Submit contract input application
Submit a signed (Cardano) transaction that applies inputs to an open Marlowe contract. The transaction must have originally been created by the POST /contracts/{contractId}/transactions endpoint. This endpoint will respond when the transaction is submitted successfully to the local node, which means it will not wait for the transaction to be published in a block. Use the GET /contracts/{contractId}/transactions/{transactionId} endpoint to poll the on-chain status.
Path Parameters |
---|
contractId string — REQUIREDPossible values: Value must match regular expression A reference to a transaction output with a transaction ID and index. The value must be URL encoded by replacing the '#' character with %23. |
transactionId string — REQUIREDPossible values: Value must match regular expression The hex-encoded identifier of a Cardano transaction |
Request Body |
---|
cborHex string — REQUIRED |
description string — REQUIRED |
type string — REQUIREDWhat type of data is encoded in the CBOR Hex. Valid values include "Tx era", "TxBody era", and "ShelleyTxWitness era" where era is one of "BabbageEra", "ConwayEra". |
Responses |
---|
202 |
400 Invalid |
404
|