UNPKG

test-ic-wallet-middleware-icrc

Version:
8 lines (7 loc) 207 B
import { SubAccountId } from "../../types/assets"; export interface AddSubAccountContactForm { principal: string; ledgerAddress: string; subAccountName: string; subAccountId: SubAccountId; }