Skip to content
Snippets Groups Projects
Commit 8d5c5214 authored by Jason Salyers's avatar Jason Salyers
Browse files

Merge branch 'patch-1' into 'master'

Update ChainTypes.js with current operation ids

See merge request !13
parents 91ab093b fe9bf577
No related branches found
No related tags found
1 merge request!13Update ChainTypes.js with current operation ids
...@@ -54,30 +54,33 @@ ChainTypes.operations= { ...@@ -54,30 +54,33 @@ ChainTypes.operations= {
create_proposal: 44, create_proposal: 44,
update_proposal_votes: 45, update_proposal_votes: 45,
remove_proposal: 46, remove_proposal: 46,
claim_reward_balance2: 47, update_proposal: 47,
vote2: 48, fill_convert_request: 48,
smt_setup: 49, author_reward: 49,
smt_setup_emissions: 50, curation_reward: 50,
smt_setup_ico_tier: 51, comment_reward: 51,
smt_set_setup_parameters: 52, liquidity_reward: 52,
smt_set_runtime_parameters: 53, interest: 53,
smt_create: 54, fill_vesting_withdraw: 54,
smt_contribute: 55, fill_order: 55,
fill_convert_request: 56, shutdown_witness: 56,
author_reward: 57, fill_transfer_from_savings: 57,
curation_reward: 58, hardfork: 58,
comment_reward: 59, comment_payout_update: 59,
liquidity_reward: 60, return_vesting_delegation: 60,
interest: 61, comment_benefactor_reward: 61,
fill_vesting_withdraw: 62, producer_reward: 62,
fill_order: 63, clear_null_account_balance: 63,
shutdown_witness: 64, proposal_pay: 64,
fill_transfer_from_savings: 65, sps_fund: 65,
hardfork: 66, hardfork_hive: 66,
comment_payout_update: 67, hardfork_hive_restore: 67,
return_vesting_delegation: 68, delayed_voting: 68,
comment_benefactor_reward: 69 consolidate_treasury_balance: 69,
}; effective_comment_vote: 70,
ineffective_delete_comment: 71,
sps_convert: 72,
};
//types.hpp //types.hpp
ChainTypes.object_type = { ChainTypes.object_type = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment