Documentation
¶
Index ¶
Constants ¶
View Source
const ( // OP_SPENDING is the operation code for the spending state transaction OP_SPENDING = Operation("0001") // OP_FEEDING is the operation code for the feeding state transaction OP_FEEDING = Operation("0010") // OP_OPTOUT is the operation code for the opt-out transaction OP_OPTOUT = Operation("0100") // OP_OBLIVION is the operation code for the oblivion transactions OP_OBLIVION = Operation("1000") )
Variables ¶
View Source
var Enabled = []Operation{OP_SPENDING, OP_FEEDING, OP_OPTOUT, OP_OBLIVION} // TODO Enrich for each new operation
Enabled lists the currently allowed operations
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.