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