export type WalletConfig = {
    password?: string;
    seedPhrase?: string;
    privateKey?: string;
};
