Skip to content
Snippets Groups Projects
Commit 3f549f8c authored by Mateusz Kudela's avatar Mateusz Kudela
Browse files

Add more vops with hex representation to list

parent 46a66a56
No related branches found
No related tags found
3 merge requests!135Deploy to Production,!133Deploy PHP Tutorials (and commits),!131Add more vops with hex representation to list in account history API docs
......@@ -127,31 +127,51 @@
* `operation_begin` (optional) starting virtual operation in given block (inclusive)
* `limit` (optional) a limit of retrieved operations
* `filter` (optional) a filter that decides which an operation matches - used bitwise filtering equals to position such as:
* `fill_convert_request_operation = 0x000001`
* `author_reward_operation = 0x000002`
* `curation_reward_operation = 0x000004`
* `comment_reward_operation = 0x000008`
* `liquidity_reward_operation = 0x000010`
* `interest_operation = 0x000020`
* `fill_vesting_withdraw_operation = 0x000040`
* `fill_order_operation = 0x000080`
* `shutdown_witness_operation = 0x000100`
* `fill_transfer_from_savings_operation = 0x000200`
* `hardfork_operation = 0x000400`
* `comment_payout_update_operation = 0x000800`
* `return_vesting_delegation_operation = 0x001000`
* `comment_benefactor_reward_operation = 0x002000`
* `producer_reward_operation = 0x004000`
* `clear_null_account_balance_operation = 0x008000`
* `proposal_pay_operation = 0x010000`
* `sps_fund_operation = 0x020000`
* `hardfork_hive_operation = 0x040000`
* `hardfork_hive_restore_operation = 0x080000`
* `delayed_voting_operation = 0x100000`
* `consolidate_treasury_balance_operation = 0x200000`
* `effective_comment_vote_operation = 0x400000`
* `ineffective_delete_comment_operation = 0x800000`
* `sps_convert_operation = 0x1000000`
* `fill_convert_request_operation = 0x000001`
* `author_reward_operation = 0x000002`
* `curation_reward_operation = 0x000004`
* `comment_reward_operation = 0x000008`
* `liquidity_reward_operation = 0x000010`
* `interest_operation = 0x000020`
* `fill_vesting_withdraw_operation = 0x000040`
* `fill_order_operation = 0x000080`
* `shutdown_witness_operation = 0x000100`
* `fill_transfer_from_savings_operation = 0x000200`
* `hardfork_operation = 0x000400`
* `comment_payout_update_operation = 0x000800`
* `return_vesting_delegation_operation = 0x001000`
* `comment_benefactor_reward_operation = 0x002000`
* `producer_reward_operation = 0x004000`
* `clear_null_account_balance_operation = 0x008000`
* `proposal_pay_operation = 0x010000`
* `sps_fund_operation = 0x020000`
* `hardfork_hive_operation = 0x040000`
* `hardfork_hive_restore_operation = 0x080000`
* `delayed_voting_operation = 0x100000`
* `consolidate_treasury_balance_operation = 0x200000`
* `effective_comment_vote_operation = 0x400000`
* `ineffective_delete_comment_operation = 0x800000`
* `sps_convert_operation = 0x1000000`
* `dhf_funding_operation = 0x0020000`
* `dhf_conversion_operation = 0x1000000`
* `expired_account_notification_operation = 0x2000000`
* `changed_recovery_account_operation = 0x4000000`
* `transfer_to_vesting_completed_operation = 0x8000000`
* `pow_reward_operation = 0x10000000`
* `vesting_shares_split_operation = 0x20000000`
* `account_created_operation = 0x40000000`
* `fill_collateralized_convert_request_operation = 0x80000000`
* `system_warning_operation = 0x100000000`
* `fill_recurrent_transfer_operation = 0x200000000`
* `failed_recurrent_transfer_operation = 0x400000000`
* `limit_order_cancelled_operation = 0x800000000`
* `producer_missed_operation = 0x1000000000`
* `proposal_fee_operation = 0x2000000000`
* `collateralized_convert_immediate_conversion_operation = 0x4000000000`
* `escrow_approved_operation = 0x8000000000`
* `escrow_rejected_operation = 0x10000000000`
* `proxy_cleared_operation = 0x20000000000`
parameter_json: '{"block_range_begin":1,"block_range_end":2,"include_reversible":true,"group_by_block":false,"operation_begin":0,"limit":1000,"filter":1}'
expected_response_json: |
{
......
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