UNPKG

test-ic-wallet-middleware-icrc

Version:
8 lines (7 loc) 264 B
import { ILoadForce } from "@ic-wallet-middleware/common"; import { SubAccountId } from "../../types/assets"; export interface AllowanceContactCacheInfo extends ILoadForce { ledgerAddress: string; subAccountId: SubAccountId; senderPrincipal: string; }