Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Service represents one service within a ServicePackage.  A service has a name and a value. The value can be of different types, like boolean or a timestamp.

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 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











  • No labels