UNPKG

test-ic-wallet-middleware-icrc

Version:
8 lines (7 loc) 187 B
export interface AllowanceContactCacheModel { ledgerAddress: string; subAccountId: string; senderPrincipal: string; amount: bigint; expiration?: bigint | undefined; }