iota_sdk.types.unlock
Unlock Objects
@dataclass
class Unlock()
Unlock type.
SignatureUnlock Objects
@dataclass
class SignatureUnlock(Unlock)
An unlock holding a signature unlocking one or more inputs.
ReferenceUnlock Objects
@dataclass
class ReferenceUnlock(Unlock)
An unlock which must reference a previous unlock which unlocks also the input at the same index as this Reference Unlock.
AliasUnlock Objects
@dataclass
class AliasUnlock()
An unlock which must reference a previous unlock which unlocks the alias that the input is locked to.
NftUnlock Objects
@dataclass
class NftUnlock()
An unlock which must reference a previous unlock which unlocks the NFT that the input is locked to.