Expand description
Platform DAPI requests.
Re-exports§
pub use dpp;
pub use rs_dapi_client as dapi;
Modules§
- State transitions used to put changed objects to the Dash Platform.
- Type-specific implementation for various dpp object types to make queries more convenient and intuitive.
Structs§
- Request that is used to query documents from the Dash Platform.
- Drive query struct
- Wrapper around query that allows to specify limit.
- Mock ContextProvider that can read quorum keys from files.
Enums§
- Understanding Data Contract versioning Data contract versioning is both for the code structure and for serialization.
- The identity is not stored inside of drive, because of this, the serialization is mainly for transport, the serialization of the identity will include the version, so no passthrough or untagged is needed here
Constants§
- Default limit of epoch records returned by Platform.
Traits§
- Interface between the Sdk and state of the application.
- Trait implemented by objects that can be fetched from Platform.
- Fetch multiple objects from Platform.
- Trait implemented by objects that can be used as queries.