UNPKG

@walletconnect/utils

Version:
7 lines 299 B
export interface CantonTransferSummary { amount: string; instrumentId: string; } export declare function extractCantonTransfers(params: any): CantonTransferSummary[]; export declare function getCantonTransactionHashes(params: any, result: any): string[]; //# sourceMappingURL=canton.d.ts.map