LogoLogo
PAO DocsCommunity DocsInfrastructure DocsPeerplays.com
  • Developer Documentation
  • API Reference
    • Peerplays Core API
      • Popular API Calls
      • Account History
      • Asset API
      • Block API
      • Crypto API
      • Database API
      • Network Broadcast API
      • Network Nodes API
      • Orders API
    • Wallet API
      • Account Calls
      • Asset Calls
      • Blockchain Inspection
      • General Calls
      • Governance
      • Privacy Mode
      • Trading Calls
      • Transaction Builder
      • Wallet Calls
    • Bookie API
      • General Calls
      • Listeners
      • Tournaments
  • Peerplays API Libraries
    • Python Peerplays
      • Installation
      • Creating an Account
      • Creating a Peerplays Wallet
      • NFT API
      • Marketplace API
      • Role Based Permissions API
  • Development Guides
    • Creating User Issued Assets
    • Introduction to Permissions
    • NFT Minting
    • Calculating Costs
  • The Cookbook
    • NFTs for Staking Creator Tokens
  • Tools and Integrations
    • PeerID
      • 1.0.0
        • Infrastructure
          • Deployment on a Linux Serve
          • Deployment to AWS ECS
            • Building the Docker Images
            • Storing Secrets in Amazon Parameter Store to use in ECS
            • Creating the Task Definition
            • Creating the Cluster
            • Creating the Service
        • Development
          • How does PeerID work without storing the keys ?
          • Authentication with PeerID
          • Brain Storming
          • Software Requirements
      • Authentication with PeerID
      • Requirements Specification
    • Random Number Generator
      • RNG Technical Summary
      • RNG API
  • Supporting & Reference Docs
    • Peerplays Development FAQs
    • Sidechain Operator Node (SON) Development
      • Generic Sidechain Docs
        • Quick joining GLADIATOR
        • Changes to Peerplaysjs-lib
        • Requirements Specification
        • Low Level Designs
          • bitcoin-deposit-handling-lld
          • bitcoin-operations-draft
          • bitcoin-sidechain-handler-lld
          • bitcoin-sidechain-multisig-bitcoin-wallet-and-bitcoin-addresses-pw
          • bitcoin-withdrawal-handling-lld
          • btc-address-scripting-mechanism
          • comparison-between-scenarios-for-handling-deposits-and-withdrawals
          • exchange-rate-list
          • generic-sidechain-deposit-hld
          • generic-sidechain-high-level-design
          • generic-sidechain-listener-hld
          • generic-sidechain-withdrawal-hld
          • refund-btc-mechanism
          • son-configuration
          • son-consensus-communication-and-transaction-signing-on-chain-lld
          • son-de-register-proposals-lld
          • son-objects-and-operators
          • son-rewards-lld
          • son-voting-lld
          • son-wallet-list_sons-lld
          • creation of a multi-sig bitcoin address lld
          • claiming initial son vesting lld
          • changeover and SON maintenance scenarios lld
          • user-sidechain-addresses-mapping
          • wallet-commands-for-son
        • Functional Specs
          • SON Configuration
          • SON rewards
          • SON Voting and Consensus
          • SONs switchover scenarios
          • SON Status Operations & Monitoring
          • Proposals
          • SON Smart Contracts
      • Bitcoin Sidechain Docs
        • Functional Specs
          • btc-refunds
          • voting-and-consensus
          • son-switchover
          • son-rewards
          • son-proposals
          • son-configuration
          • heartbeat-monitoring
          • BTC Transaction Processing & Signing
          • Bitcoin Withdrawal Handling
          • Bitcoin Deposit Handling
          • SON Multisig Bitcoin Wallet
      • Hive Sidechain Docs
        • Functional Specs
          • HIVE Deposit Handling
          • HIVE Withdrawal Handling
    • Peerplays DEX Development
      • Peerplays NEX
        • Functional Specifications
          • NEX-FS01 Dashboard Page
            • NEX-FS12 ETH-SONs Deposit/Withdraw Functionality
          • NEX-FS02 Login and Account Creation
          • NEX-FS03 Menus and Nav
          • NEX-FS04 Notifications
          • NEX-FS05a Market Page (alpha)
          • NEX-FS05 Market Page
          • NEX-FS06 Profile Page
          • NEX-FS07 Wallet Functions
          • NEX-FS08 App Settings
          • NEX-FS09 Blockchain Page
          • NEX-FS10 GPOS Page
          • NEX-FS11 WhaleVault Integration
      • Requirements Specification
      • Functional Specs
        • Asset Info Page and Asset Lists
        • Dashboard
        • Exchange Page
        • Login and Account Creation
        • User Account Page
        • Voting Page
    • SPK Network
      • Functional Specs
        • Claimdrop Snapshot Functional Specification
        • Initial Claimdrop Functional Specification
    • NFT Development
      • NFT Store
        • NFT Store User Stories
        • NFT Store UI HLD
        • NFT Store Requirements Specification
        • Functional Specifications
          • APP-FS01 App Header
          • APP-FS02 App Body
          • APP-FS03 App Footer
          • APP-FS04 App Navigation
          • APP-FS05 Wallet Functions
          • APP-FS06 App Home Page
          • APP-FS07 Account Page
          • APP-FS08 Browse View
        • App Page List
        • Requirement Traceability Matrix
    • Operation IDs List
    • Sidechain Flow Diagram (HIVE coin)
    • Sidechain Flow Diagram (Bitcoin)
    • Sidechain Flow Diagram (Ethereum coin)
    • TradeHands Explorer
      • User Personas
      • User stories
      • APP-FS01 Detailed View
      • Draft: APP-FS02 Front Page
      • APP-FS03 Collection Details Page
    • Grafana
      • Grafana Installation
      • Install Grafana Behind reverse proxy
      • Loki Installation
      • Promtail agent Installation
      • Grafana Explorer
    • NEX Deployment & Configuration
      • NEX Deployment
      • NEX - Blockchain API configuration
      • Deploying NEX in a HA scenario
    • API Node
      • MarketCap API
    • TOTO Application
      • FS-Subscription Plan
      • FS-Achievements
  • Development Workflow Docs
    • Development Workflow
  • Other Documentation
    • Peerplays Home
    • Community Docs
    • Infrastructure Docs
    • Site Reliability Engineering
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Supporting & Reference Docs

Operation IDs List

Here is a mapping of the Peerplays Operations and their IDs:

ID | Operation Name
0	transfer_operation
1	limit_order_create_operation
2	limit_order_cancel_operation
3	call_order_update_operation
4	fill_order_operation (VIRTUAL)
5	account_create_operation
6	account_update_operation
7	account_whitelist_operation
8	account_upgrade_operation
9	account_transfer_operation
10	asset_create_operation
11	asset_update_operation
12	asset_update_bitasset_operation
13	asset_update_feed_producers_operation
14	asset_issue_operation
15	asset_reserve_operation
16	asset_fund_fee_pool_operation
17	asset_settle_operation
18	asset_global_settle_operation
19	asset_publish_feed_operation
20	witness_create_operation
21	witness_update_operation
22	proposal_create_operation
23	proposal_update_operation
24	proposal_delete_operation
25	withdraw_permission_create_operation
26	withdraw_permission_update_operation
27	withdraw_permission_claim_operation
28	withdraw_permission_delete_operation
29	committee_member_create_operation
30	committee_member_update_operation
31	committee_member_update_global_parameters_operation
32	vesting_balance_create_operation
33	vesting_balance_withdraw_operation
34	worker_create_operation
35	custom_operation
36	assert_operation
37	balance_claim_operation
38	override_transfer_operation
39	transfer_to_blind_operation
40	blind_transfer_operation
41	transfer_from_blind_operation
42	asset_settle_cancel_operation (VIRTUAL)
43	asset_claim_fees_operation
44	fba_distribute_operation (VIRTUAL)
45	tournament_create_operation
46	tournament_join_operation
47	game_move_operation
48	asset_update_dividend_operation
49	asset_dividend_distribution_operation (VIRTUAL)
50	tournament_payout_operation (VIRTUAL)
51	tournament_leave_operation
52	sport_create_operation
53	sport_update_operation
54	event_group_create_operation
55	event_group_update_operation
56	event_create_operation
57	event_update_operation
58	betting_market_rules_create_operation
59	betting_market_rules_update_operation
60	betting_market_group_create_operation
61	betting_market_create_operation
62	bet_place_operation
63	betting_market_group_resolve_operation
64	betting_market_group_resolved_operation (VIRTUAL)
65	bet_adjusted_operation (VIRTUAL)
66	betting_market_group_cancel_unmatched_bets_operation
67	bet_matched_operation (VIRTUAL)
68	bet_cancel_operation
69	bet_canceled_operation (VIRTUAL)
70	betting_market_group_update_operation
71	betting_market_update_operation
72	event_update_status_operation
73	sport_delete_operation
74	event_group_delete_operation
75	affiliate_payout_operation (VIRTUAL)
76	affiliate_referral_payout_operation (VIRTUAL)
77	lottery_asset_create_operation
78	ticket_purchase_operation
79	lottery_reward_operation
80	lottery_end_operation
81	sweeps_vesting_claim_operation
82	custom_permission_create_operation
83	custom_permission_update_operation
84	custom_permission_delete_operation
85	custom_account_authority_create_operation
86	custom_account_authority_update_operation
87	custom_account_authority_delete_operation
88	offer_operation
89	bid_operation
90	cancel_offer_operation
91	finalize_offer_operation
92	nft_metadata_create_operation
93	nft_metadata_update_operation
94	nft_mint_operation
95	nft_safe_transfer_from_operation
96	nft_approve_operation
97	nft_set_approval_for_all_operation
98	account_role_create_operation
99	account_role_update_operation
100	account_role_delete_operation
101	son_create_operation
102	son_update_operation
103	son_deregister_operation
104	son_heartbeat_operation
105	son_report_down_operation
106	son_maintenance_operation
107	son_wallet_recreate_operation
108	son_wallet_update_operation
109	son_wallet_deposit_create_operation
110	son_wallet_deposit_process_operation
111	son_wallet_withdraw_create_operation
112	son_wallet_withdraw_process_operation
113	sidechain_address_add_operation
114	sidechain_address_update_operation
115	sidechain_address_delete_operation
116	sidechain_transaction_create_operation
117	sidechain_transaction_sign_operation
118	sidechain_transaction_send_operation
119	sidechain_transaction_settle_operation
120     nft_lottery_token_purchase_operation,
121     nft_lottery_reward_operation,
122     nft_lottery_end_operation,
123     random_number_store_operation

Download

PreviousRequirement Traceability MatrixNextSidechain Flow Diagram (HIVE coin)

Last updated 3 years ago

Was this helpful?

12KB
Peerplays-Operations-IDs.xlsx
List of Peerplays Operation IDs