export type TxInTokensClass = {
    policyId?: string | null;
    tokenname?: string | null;
    tokennameHex?: string | null;
    quantity?: number;
    readonly fingerprint?: string | null;
};
