Skip to main content

Crate dash_platform_queries

Crate dash_platform_queries 

Source
Expand description

Transport-free query core of the Dash Platform SDK.

This crate carries the pieces of dash-sdk that build queries, encode them onto the wire format, and decode/verify proved responses — without a transport implementation (no rs-dapi-client and no tonic native channel/TLS stack). Shared generated types and context-provider utilities remain dependencies. Embedders that bring their own transport can depend on this crate alone; dash-sdk re-exports everything here at its historical paths.

Re-exports§

pub use error::Error;

Modules§

block_info_from_metadata
documents
dpns_usernames
Transport-free DPNS username helpers.
error
Errors produced by the transport-free query core.
mock
Mocking support.
transition
Transport-free state transition helpers.
types
Transport-free query types for various dpp objects.