export type TransactionTokensClass = {
    policyId?: string | null;
    assetNameInHex?: string | null;
    quantity?: number;
};
