UNPKG

custom-golos-js

Version:

Golos.js the JavaScript API for Golos blockchain

81 lines (76 loc) 1.72 kB
"use strict"; var ChainTypes; module.exports = ChainTypes = {}; ChainTypes.reserved_spaces = { relative_protocol_ids: 0, protocol_ids: 1, implementation_ids: 2 }; ChainTypes.operations = { vote: 0, comment: 1, transfer: 2, transfer_to_vesting: 3, withdraw_vesting: 4, limit_order_create: 5, limit_order_cancel: 6, feed_publish: 7, convert: 8, account_create: 9, account_update: 10, witness_update: 11, account_witness_vote: 12, account_witness_proxy: 13, pow: 14, custom: 15, report_over_production: 16, delete_comment: 17, custom_json: 18, comment_options: 19, set_withdraw_vesting_route: 20, limit_order_create2: 21, challenge_authority: 22, prove_authority: 23, request_account_recovery: 24, recover_account: 25, change_recovery_account: 26, escrow_transfer: 27, escrow_dispute: 28, escrow_release: 29, pow2: 30, escrow_approve: 31, transfer_to_savings: 32, transfer_from_savings: 33, cancel_transfer_from_savings: 34, custom_binary: 35, decline_voting_rights: 36, reset_account: 37, set_reset_account: 38, delegate_vesting_shares: 39, account_create_with_delegation: 40, account_metadata: 41, proposal_create: 42, proposal_update: 43, proposal_delete: 44, chain_properties_update: 45, fill_convert_request: 46, author_reward: 47, curation_reward: 48, comment_reward: 49, liquidity_reward: 50, interest: 51, fill_vesting_withdraw: 52, fill_order: 53, shutdown_witness: 54, fill_transfer_from_savings: 55, hardfork: 56, comment_payout_update: 57, comment_benefactor_reward: 58, return_vesting_delegation: 59, poo: 60 }; //types.hpp ChainTypes.object_type = { "null": 0, base: 1 };