Get the serialized bytes of the signable object. Serialized bytes can be used to recreate the object using methods on Gateway.
Get the digest of the signable object. This is used to generate a digital signature.
Get the transaction result. This is obtained during the endorsement process when the transaction proposal is run on endorsing peers.
Get the transaction ID.
Submit the transaction to the orderer to be committed to the ledger.
Optional
options: CallOptionsgRPC CallOptions.
SubmitError Thrown if the gRPC service invocation fails.
Represents an endorsed transaction that can be submitted to the orderer for commit to the ledger.