SendEvmTransactionBody: {
    network: SendEvmTransactionBodyNetwork;
    transaction: string;
}

Type declaration

  • network: SendEvmTransactionBodyNetwork

    The network to send the transaction to.

  • transaction: string

    The RLP-encoded transaction to sign and send, as a 0x-prefixed hex string.