export type StackParamsList = { Laconic: undefined; SignMessage: { selectedNetwork: string } | undefined; }; export type Account = { pubKey: string; address: string; }; export type WalletDetails = { ethAccount: Account; cosmosAccount: Account; };