Class: StateControllerAddressUnlockCondition
A State Controller Address Unlock Condition.
Hierarchy
↳
StateControllerAddressUnlockCondition
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new StateControllerAddressUnlockCondition(address)
Parameters
| Name | Type | Description |
|---|---|---|
address | Address | The State Controller address that is allowed to do state transitions. |
Overrides
Properties
type
• Readonly type: UnlockConditionType
Inherited from
address
• Readonly address: Address
Methods
getType
▸ getType(): UnlockConditionType
Get the type of unlock condition.
Returns
Inherited from
parse
▸ Static parse(data): UnlockCondition
Parse an unlock condition from a plain JS JSON object.
Parameters
| Name | Type |
|---|---|
data | any |
Returns
Inherited from
getAddress
▸ getAddress(): Address
Get the State Controller address.