/v1/transactions/encode_submission
This endpoint accepts an EncodeSubmissionRequest
, validates the request format, and returns that request encoded in BCS format as a hex string.
⚠ This endpoint is only available with Blast access.
Request
This endpoint expects an object.
sender
sequence_number
max_gas_amount
gas_unit_price
expiration_timestamp_secs
payload
Response
Encoded transaction in BCS format.
message
BCS-encoded transaction as a hex string.