CosmosUserParams: Readonly<{
    accountAddress: string;
    walletBlockchain: CosmosBlockchain;
    walletPublicKey: string;
}> | Readonly<{
    signingAddress: string;
    signingPubkey: string;
    walletBlockchain: CosmosBlockchain;
    walletPublicKey: string;
}>