Scorum
Modules
Database API

The database_api class implements the RPC API for the chain database. More...

Modules

 Subscription
 Subscription.
 
 Globals
 Globals.
 
 Accounts
 Accounts.
 
 Budgets
 Budgets.
 
 Atomic Swap
 Atomic Swap.
 
 Witnesses
 Witnesses.
 
 Committee
 Committee.
 
 Authority
 Authority.
 
 Votes
 Votes.
 
 NFT
 Database NFT API.
 

Detailed Description

The database_api class implements the RPC API for the chain database.

This API exposes accessors on the database which query state tracked by a blockchain validating node. This API is read-only; all modifications to the database must be performed via transactions. Transactions are broadcast via the network_broadcast_api.