parsec-lib
Version:
transaction and block implementation
13 lines • 372 B
JavaScript
;Object.defineProperty(exports, "__esModule", { value: true });exports.default = {
DEPOSIT: 2,
TRANSFER: 3,
CONSOLIDATE: 4,
// 5 comp_req was here
// comp_resp was here
EXIT: 7,
VALIDATOR_JOIN: 8,
VALIDATOR_LOGOUT: 9,
// 10 was for VALIDATOR_LEAVE
PERIOD_VOTE: 11,
EPOCH_LENGTH: 12,
SPEND_COND: 13 };module.exports = exports["default"];