Function cosmosMessagesToEvmMessages
- cosmosMessagesToEvmMessages(queryClient, msgs, senderEvmAddress?): Promise<{
data?: string;
from: string;
to: string;
value: string;
}[]> Returns Promise<{
data?: string;
from: string;
to: string;
value: string;
}[]>
Converts a cosmos message into an EVM message using the corresponding EVM precompile contract addresses.