export type GetTransactionNftsClass = {
    assetName?: string | null;
    fingerprint?: string | null;
    tokenCount?: number;
    multiplier?: number;
    txHashSolanaTransaction?: string | null;
    confirmed?: boolean;
};
