Versions Compared

Key

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

ParticipantStatus contains the tracking status for when a participant archived, opened or signed a transaction, or when their access to the transaction was revoked.

NameDescriptionQualificationSchema
archivedDateDate and time for when a when a participant archived a transaction, represented by a java timestamp which is the number of milliseconds since January 1st, 1970.Optionalinteger (int64)
openedDateDate and time for when a when a participant opened a transaction, represented by a java timestamp which is the number of milliseconds since January 1st, 1970.Optionalinteger (int64)
revokedDateDate and time for when a when a participant's access to a transaction was revoked, represented by a java timestamp which is the number of milliseconds since January 1st, 1970.Optionalinteger (int64)
signedDateDate and time for when a when a participant signed a transaction, represented by a java timestamp which is the number of milliseconds since January 1st, 1970.Optionalinteger (int64)