Scorum
Modules | Classes
Operations

List of operations. More...

Modules

 Advertising operations
 Operations to work with advertising budgets.
 
 Betting operations
 
 NFT operations
 

Classes

struct  scorum::protocol::account_create_operation
 Creates new account. More...
 
struct  scorum::protocol::account_create_with_delegation_operation
 Creates new account with delegation. More...
 
struct  scorum::protocol::account_create_by_committee_operation
 Creates new account by registration committee. More...
 
struct  scorum::protocol::account_update_operation
 Updates account keys or/and metadata. More...
 
struct  scorum::protocol::comment_operation
 Posts comment. More...
 
struct  scorum::protocol::comment_options_operation
 Updates comment options. More...
 
struct  scorum::protocol::prove_authority_operation
 Proves authority to remove challenge. More...
 
struct  scorum::protocol::delete_comment_operation
 Deletes comment. More...
 
struct  scorum::protocol::vote_operation
 Votes for content. More...
 
struct  scorum::protocol::transfer_operation
 Transfers SCR from one account to another. More...
 
struct  scorum::protocol::escrow_transfer_operation
 Starts escrow transfer. More...
 
struct  scorum::protocol::escrow_approve_operation
 Approves escrow transaction. More...
 
struct  scorum::protocol::escrow_dispute_operation
 Starts escrow dispute. More...
 
struct  scorum::protocol::escrow_release_operation
 Releases escrow transaction. More...
 
struct  scorum::protocol::transfer_to_scorumpower_operation
 Converts SCR to SP. More...
 
struct  scorum::protocol::withdraw_scorumpower_operation
 Starts vesting withdraw. More...
 
struct  scorum::protocol::set_withdraw_scorumpower_route_to_account_operation
 Setup a versting withdraw to another account. More...
 
struct  scorum::protocol::set_withdraw_scorumpower_route_to_dev_pool_operation
 Setup a versting withdraw to development pool. More...
 
struct  scorum::protocol::witness_update_operation
 Updates account to witness. More...
 
struct  scorum::protocol::account_witness_vote_operation
 Votes for witness. More...
 
struct  scorum::protocol::account_witness_proxy_operation
 Sets witness proxy for account. More...
 
struct  scorum::protocol::request_account_recovery_operation
 Requests account recovery. More...
 
struct  scorum::protocol::recover_account_operation
 Recovers an account to a new authority using a previous authority. More...
 
struct  scorum::protocol::change_recovery_account_operation
 Changes recovery account. Will be changed in 30 days. More...
 
struct  scorum::protocol::delegate_scorumpower_operation
 Delegates scorumpower from one account to the other. More...
 
struct  scorum::protocol::create_budget_operation
 Creates advertising budget. More...
 
struct  scorum::protocol::update_budget_operation
 Updates advertising budget metadata. More...
 
struct  scorum::protocol::close_budget_operation
 Closes advertising budget, remaining funds will be returned to creator. More...
 
struct  scorum::protocol::close_budget_by_advertising_moderator_operation
 Closes advertising budget by moderator, remaining funds will be returned to creator. More...
 
struct  scorum::protocol::proposal_create_operation
 Creates new committee proposal. More...
 
struct  scorum::protocol::proposal_vote_operation
 Votes for committee proposal. More...
 
struct  scorum::protocol::atomicswap_initiate_operation
 Initiates atomicswap operation. More...
 
struct  scorum::protocol::atomicswap_redeem_operation
 Redeems atomicswap operation. More...
 
struct  scorum::protocol::atomicswap_refund_operation
 Refunds atomicswap operation. More...
 
struct  scorum::protocol::create_game_operation
 This operation creates game object. More...
 
struct  scorum::protocol::cancel_game_operation
 This operation canceling game. More...
 
struct  scorum::protocol::update_game_markets_operation
 This operation updates game markets list. More...
 
struct  scorum::protocol::update_game_start_time_operation
 This operation updates game start time. More...
 
struct  scorum::protocol::post_game_results_operation
 With this operation moderator provides game results(wincases) More...
 
struct  scorum::protocol::post_bet_operation
 This operation creates bet. More...
 
struct  scorum::protocol::cancel_pending_bets_operation
 This operation cancel unmatched bets by id. More...
 
struct  scorum::protocol::create_nft_operation
 This operation create new NFT. More...
 
struct  scorum::protocol::update_nft_meta_operation
 This operation update NFT metadata. More...
 
struct  scorum::protocol::adjust_nft_experience_operation
 This operation adjust NFT experience. More...
 
struct  scorum::protocol::update_nft_name_operation
 This operation update NFT name. More...
 
struct  scorum::protocol::create_game_round_operation
 This operation create new game round. More...
 
struct  scorum::protocol::update_game_round_result_operation
 This operation update game round results. More...
 

Detailed Description

List of operations.

Operations which you could push with network_broadcast_api