UNPKG

test-ic-wallet-middleware-icrc

Version:
8 lines (7 loc) 280 B
import { AllowanceContactModel } from "../../types/allowances/allowanceContactModel"; import { SubAccountId } from "../../types/assets"; export interface SubAccountContactView { name: string; subAccountId: SubAccountId; allowance: AllowanceContactModel | undefined; }