UNPKG

test-ic-wallet-middleware-icrc

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