Enum LockType

The input lock types.

enum LockType : ubyte { ... }

Enum members

NameDescription
Key lock is a 64-byte public key, unlock is the signature
KeyHash lock is a 64-byte public key hash, unlock is a (sig, key) pair
Redeem lock is a 64-byte hash of a script, unlock is the script containing only stack pushes which will push the redeem script last
Script lock is a script, unlock may be anything required by the lock script