getTransactionBytes
Get the bytecode of a transaction.
Request:
requestType is getTransactionBytes
transaction is the transaction ID
Response:
(S) unsignedTransactionBytes is the unsigned bytes contained in the transaction
(N) requestProcessingTime is the API request processing time (in millisec)
(N) confirmations is the number of transaction confirmations
(S) transactionBytes is the bytes contained in the transaction
Example:
Request:
http://localhost:801/BEAM?requestType=getTransactionBytes&transaction=3120851314369640207
Response:
{ “unsignedTransactionBytes”: “01104ec93f071800a61325eec9e83d7cac55544b8eca8ea8034559bafb5834b8a5d3b6d4efb85f12b31119f931eaa6d4000000000000000018370b*”, “requestProcessingTime”: 0, “confirmations”: 7, “transactionBytes”: “01104ec93f071800a61325eec9e83d7cac55544b8eca8ea8034559bafb5834b8a5d3b6d4efb85f12b31119f931eaa6d4000000000000000018370b*” }
Last updated