Skip to main content

QueryMap

Type Alias QueryMap 

Source
pub type QueryMap = BTreeMap<String, InputQuery>;
Expand description

Map of input queries.

Used to represent input queries for transaction resolution.

Aliased Typeยง

pub struct QueryMap { /* private fields */ }