UNPKG

test-ic-wallet-middleware-icrc

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