Class: ImmutableAliasAddressUnlockCondition
An Immutable Alias Address Unlock Condition.
Hierarchy
↳
ImmutableAliasAddressUnlockCondition
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ImmutableAliasAddressUnlockCondition(address
)
Parameters
Name | Type | Description |
---|---|---|
address | AliasAddress | The Immutable Alias address that owns the output. |
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 Immutable Alias address.