UNPKG

test-ic-wallet-middleware-icrc

Version:
9 lines (8 loc) 249 B
import { SubAccountId } from "../../types/assets"; export interface EditSubAccountContactForm { principal: string; ledgerAddress: string; newSubAccountName: string; newSubAccountId: SubAccountId; oldSubAccountId: SubAccountId; }