Class: NftUnlock
An unlock which must reference a previous unlock which unlocks the NFT that the input is locked to.
Hierarchy
↳
NftUnlock
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new NftUnlock(reference
)
Parameters
Name | Type | Description |
---|---|---|
reference | number | An index referencing a previous unlock. |
Overrides
Properties
type
• Readonly
type: UnlockType
Inherited from
reference
• reference: number
The reference.
Methods
getType
▸ getType(): UnlockType
Get the type of unlock.