Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionQualificationSchema
serviceType

Type of service.

MONITOR_STATUS: The creator can monitor the status of the participants. For all three create transaction requests, it is considered present and set to the value ‘true’ for the time being.

MONITOR_STATUS_BY_PARTICIPANTS: All participants can monitor the status of the other participants. For all three both create transaction requests, it is considered present and set to the value ‘true’ for the time being.

MULTISIGN: All participants get a sign request. For the create transaction request 'ManagedUserCreateTransactionRequest', it is considered present and set to the value ‘true’ for the time being.

REVOKE: The creator can revoke participants' access to the transaction, as long as they have not opened the transaction.

TIMELOCK_BEFORE: The transaction cannot be opened before the specified time.

TIMELOCK_AFTER: The transaction cannot be opened after the specified time.

Requiredenum 

(TIMELOCK_BEFORE, TIMELOCK_AFTER,
MONITOR_STATUS,
MONITOR_STATUS_BY_PARTICIPANTS,
MULTISIGN, REVOKE)

serviceValueType

Type of the value. The value should be set to either BOOLEAN or TIMESTAMP, depending on the intended representation of the service object.

Required

enum (TIMESTAMP, BOOLEAN)

timeStampA java timestamp in the number of milliseconds since January 1st, 1970.Optionalinteger (int64)
 valueSet to ‘true’ or ‘false’.Optionalboolean

...