UNPKG

test-ic-wallet-middleware-icrc

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