UNPKG

test-ic-wallet-middleware-icrc

Version:
10 lines (9 loc) 264 B
import { SubAccountId } from "../../types/assets"; export interface AllowanceInfo { ledgerAddress: string; subAccountId: SubAccountId; spenderPrincipal: string; spenderSubId: SubAccountId; amount: bigint; expiration?: string | undefined; }