UNPKG

test-ic-wallet-middleware-icrc

Version:
9 lines (8 loc) 207 B
export interface AllowanceCacheModel { ledgerAddress: string; subAccountId: string; spenderPrincipal: string; spenderSubId: string; amount: bigint; expiration?: bigint | undefined; }