Struct Lock

Contains a tag and either a Hash or set of opcodes

struct Lock ;

Fields

NameTypeDescription
bytes const(ubyte)[]May either be a Hash, or a sequence of opcodes
type LockTypeSpecifies the type of lock script

Methods

NameDescription
opCmp (rhs) Support for sorting
sizeInBytes () The size of the Lock object
toString (sink)