Skip to main content
POST
TxEncode

Body

application/json

TxEncodeRequest is the request type for the Service.TxEncode RPC method.

TxEncodeRequest is the request type for the Service.TxEncode RPC method.

tx
object | null

tx is the transaction to encode.

Response

A successful response.

TxEncodeResponse is the response type for the Service.TxEncode method.

tx_bytes
string<byte> | null

tx_bytes is the encoded transaction bytes.