export type TransactionParametersClass = {
    tokencount?: number;
    policyId?: string | null;
    tokenname?: string | null;
    tokennameHex?: string | null;
};
