Submits a single composite command and waits for its result.
Returns RESOURCE_EXHAUSTED if the number of in-flight commands reached the maximum (if a limit is configured).
Propagates the gRPC error of failed submissions including DAML interpretation errors.
Submits a single composite command, waits for its result, and returns the transaction.
Returns RESOURCE_EXHAUSTED
if the number of in-flight commands reached the maximum (if a limit is configured).
Propagates the gRPC error of failed submissions including DAML interpretation errors.
Submits a single composite command, waits for its result, and returns the transaction id.
Returns RESOURCE_EXHAUSTED
if the number of in-flight commands reached the maximum (if a limit is configured).
Propagates the gRPC error of failed submissions including DAML interpretation errors.
Submits a single composite command, waits for its result, and returns the transaction tree.
Returns RESOURCE_EXHAUSTED
if the number of in-flight commands reached the maximum (if a limit is configured).
Propagates the gRPC error of failed submissions including DAML interpretation errors.
Generated using TypeDoc
Command Service is able to correlate submitted commands with completion ledger, identify timeouts, and return contextual information with each tracking result. This supports the implementation of stateless clients.