UNPKG

test-ic-wallet-middleware-icrc

Version:
11 lines (10 loc) 285 B
import { SubAccountId } from "../../types/assets"; export interface AllowanceModel { ledgerAddress: string; subAccountId: SubAccountId; spenderPrincipal: string; expiration: string | undefined; spenderSubId: SubAccountId; decimal: number; amount: bigint; }