Skip to main content
POST
TxDecode

Body

application/json

TxDecodeRequest is the request type for the Service.TxDecode RPC method.

TxDecodeRequest is the request type for the Service.TxDecode RPC method.

tx_bytes
string<byte>

tx_bytes is the raw transaction.

Response

A successful response.

TxDecodeResponse is the response type for the Service.TxDecode method.

tx
object | null

tx is the decoded transaction.