UNPKG

@edgex-web/components

Version:

EdgeX Universal UI Components Library - Reusable React components for deposit, withdraw and other common UI patterns

10 lines (9 loc) 259 B
import { MPC, EVM } from '../constants'; export type WalletType = typeof MPC | typeof EVM; export interface Account { wallet: WalletType; ethAddress: string; accountId: string; smartWalletAddress: string; } //# sourceMappingURL=index.d.ts.map