export enum HotWalletType { Normal = 'normal', Seed = 'seed', Multisig = 'multisig', }