Function cosmosMessagesToEvmMessages

  • Converts a cosmos message into an EVM message using the corresponding EVM precompile contract addresses.

    Parameters

    Returns Promise<{
        data?: string;
        from: string;
        to: string;
        value: string;
    }[]>