Click or drag to resize

PostTransactionBody Properties

The PostTransactionBody type exposes the following members.

Properties
  NameDescription
Public propertyAction
JavaScript function describing the transaction action.
Public propertyCollections
Collections configuration for the transaction.
Public propertyLockTimeout
The maximum time to wait for required locks to be released, before the transaction times out.
Public propertyMaxTransactionSize
The maximum transaction size before making intermediate commits (RocksDB only).
Public propertyParams
Parameters to be passed into the transaction JavaScript function defined by Action.
Public propertyWaitForSync
Top
See Also