UNPKG

test-ic-wallet-middleware-icrc

Version:
9 lines (8 loc) 290 B
import { ILoadForce } from "@ic-wallet-middleware/common"; import { SubAccountId } from "../../types/assets"; export interface AllowanceCacheInfo extends ILoadForce { ledgerAddress: string; subAccountId: SubAccountId; spenderPrincipal: string; spenderSubId: SubAccountId; }