POST /v2/interactive-submission/executeAndWait

Similar to ExecuteSubmission but synchronously wait for the completion of the transaction

post/v2/interactive-submission/executeAndWait

Request body

preparedTransactionstring required

the prepared transaction Typically this is the value of the prepared_transaction field in PrepareSubmissionResponse obtained from calling prepareSubmission.

Required

submissionIdstring required

A unique identifier to distinguish completions for different submissions with the same change ID. Typically a random UUID. Applications are expected to use a different UUID for each retry of a submission with the same change ID. Must be a valid LedgerString (as described in value.proto).

Required

userIdstring

See [PrepareSubmissionRequest.user_id]

Optional

hashingSchemeVersion'HASHING_SCHEME_VERSION_UNSPECIFIED' | 'HASHING_SCHEME_VERSION_V2' | 'HASHING_SCHEME_VERSION_V3' required

The hashing scheme version used when building the hash

Required

Response

updateIdstring required

The id of the transaction that resulted from the submitted command. Must be a valid LedgerString (as described in value.proto).

Required

completionOffsetinteger required

The details of the offset field are described in community/ledger-api/README.md.

Required

Changes

No recorded changes to this endpoint across all 1 revision of this API.