Module query_types
Expand description
Object types that can be retrieved from proofs.
Some DAPI requests return response types that are not defined in the Dash Platform Protocol,
like GetIdentityBalanceRequest which returns u64
.
In this case, the FromProof trait is implemented for dedicated object type
defined in this module.
Structs§
- Layer 2 blockchain information
- Multiple contenders for a vote resolution.
- Contested resource values.
- Contested resources
- A contested vote for querying
- Represents the current state of quorums in the platform.
- Drive protocol versions.
- The item of an element fetch request
- The status of an EvoNode.
- An identity contract nonce
- An identity nonce
- A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
- Keys in a Path
- Vote of a masternode for a protocol version.
- Node networking information.
- A query with no parameters
- Evo node identification information.
- Prefunded specialized balance.
- A block count struct
- A block count struct
- Proposer block counts
- Information about protocol-level versions used by the node
- Information about software components versions.
- Information about state synchronization progress.
- Tenderdash protocol versions.
- Information about current time used by the node.
- The total credits on Platform.
- Information about protocol and software components versions.
- Contested document resource vote polls grouped by timestamp.
- Identifier of a single voter
- Multiple voters.
Type Aliases§
- History of a data contract.
- Multiple data contracts.
- Collection of documents.
- Multiple grovedb elements.
- Collection of epoch information
- Identity balance.
- Identity balance and revision of the identity.
- Collection of balances.
- Public keys belonging to some identity.
- Information about protocol version voted by each node.
- Results of protocol version upgrade voting.
- Number of votes for a protocol version upgrade.
- Votes casted by some identity.
- A data structure that holds a set of objects of a generic type
O
, indexed by a key of typeK
. - A data structure that holds a set of values of a generic type
I
, indexed by a key of typeK
.