Changes to Create Transaction And Wait
POST /api/v1/transactions/create-and-wait
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 4 of the 7 revisions of this API.57
What changed
- ●
added the new
custom_rpc_node_unavailableenum value to theerror_typeresponse property for the response status400response-property-enum-value-added
- ●
- ●
changed the pattern of the request property
oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #1: CreateSuiTransferRequest]/gas_config/payment/items/versionfrom^0*[1-9]\d*$to^\d+$request-property-pattern-changed
- ●
changed the pattern of the request property
oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/gas_config/payment/items/versionfrom^0*[1-9]\d*$to^\d+$request-property-pattern-changed
- ●
changed the pattern of the request property
oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #1: SuiImmOrOwnedObjectRefInputArgument]/versionfrom^0*[1-9]\d*$to^\d+$request-property-pattern-changed
- ●
changed the pattern of the request property
oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #2: SuiReceivingObjectRefInputArgument]/versionfrom^0*[1-9]\d*$to^\d+$request-property-pattern-changed
- ●
- ○
added
ripple_transactionmapping keys to the request discriminatorrequest-body-discriminator-mapping-added
- ○
added
CreateRippleTransactionWithWaitRequestto the request bodyoneOflistrequest-body-one-of-added
- ○
- ○
added the new
-3.00enum value to the request propertyoneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateTonSerializedRawTransactionRequest]/transaction_payload/networkrequest-property-enum-value-added
- ○
added the new
ton_testnetenum value to the request propertyoneOf[subschema #19: CreateTonMessageWithWaitRequest]/details/chainrequest-property-enum-value-added
- ○
added the new
ton_testnetenum value to the request propertyoneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #1: CreateTonTransferRequest]/asset_identifier/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chainrequest-property-enum-value-added
- ○
added the new
ton_testnetenum value to the request propertyoneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #1: CreateTonTransferRequest]/asset_identifier/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chainrequest-property-enum-value-added
- ○
added the new
ton_testnetenum value to the request propertyoneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateTonSerializedRawTransactionRequest]/chainrequest-property-enum-value-added
- ○