Body
ConstructionParseRequest is the input to the /construction/parse
endpoint. It allows the caller to parse either an unsigned or signed transaction.
The network_identifier specifies which network a particular object is associated with.
Signed is a boolean indicating whether the transaction is signed.
This must be either the unsigned transaction blob returned by /construction/payloads
or the signed transaction blob returned by /construction/combine
.
Response
Expected response to a valid request
ConstructionParseResponse contains an array of operations that occur in a transaction blob. This should match the array of operations provided to /construction/preprocess
and /construction/payloads
.
[DEPRECATED by account_identifier_signers
in v1.4.4
] All signers (addresses) of a particular transaction. If the transaction is unsigned, it should be empty.