Lifecycle

Represents where in its lifecycle a contract state is, which in turn controls the commands that can be applied to the state. Most states will not leave the NORMAL lifecycle. Note that settled (as an end lifecycle) is represented by absence of the state on transaction output.

Entries

Link copied to clipboard

Default lifecycle state for a contract, in which it can be settled normally

Link copied to clipboard

Indicates the contract has not been settled by its due date. Once in the defaulted state, it can only be reverted to NORMAL state by the beneficiary.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.