Get the serialized bytes of the signable object. Serialized bytes can be used to recreate the object using methods on Gateway.
Get the transaction result. This is obtained during the endorsement process when the transaction proposal is run on endorsing peers and so is available immediately. The transaction might subsequently fail to commit successfully.
Get status of the committed transaction. If the transaction has not yet committed, this method blocks until the commit occurs.
Optional
options: CallOptionsgRPC CallOptions.
CommitStatusError Thrown if the gRPC service invocation fails.
Allows access to the transaction result and its commit status on the ledger.