identity_iota::core

Type Alias Object

Source
pub type Object = BTreeMap<String, Value>;
Expand description

An alias for an ordered map of key-value pairs.

Aliased Typeยง

struct Object { /* private fields */ }