UNPKG

test-ic-wallet-middleware-icrc

Version:
8 lines (7 loc) 170 B
export interface AllowanceContactModel { ledgerAddress: string; subAccount: string; sender: string; amount: bigint; expiration: string | undefined; }