UNPKG

test-ic-wallet-middleware-icrc

Version:
7 lines (6 loc) 182 B
import { SubAccountId } from "../../types/assets"; export interface RemoveSubAccountContactForm { principal: string; ledgerAddress: string; subAccountId: SubAccountId; }