Class: UnlockCondition
Hierarchy
UnlockCondition
↳
StorageDepositReturnUnlockCondition
↳
StateControllerAddressUnlockCondition
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new UnlockCondition(type
)
Parameters
Name | Type | Description |
---|---|---|
type | UnlockConditionType | The type of the unlock condition. |
Properties
type
• Readonly
type: UnlockConditionType
Methods
getType
▸ getType(): UnlockConditionType
Get the type of unlock condition.
Returns
parse
▸ Static
parse(data
): UnlockCondition
Parse an unlock condition from a plain JS JSON object.
Parameters
Name | Type |
---|---|
data | any |