Struct stellar_client::resources::Datum [−][src]
pub struct Datum { /* fields omitted */ }In the Stellar network, key/value pairs can be attached to accounts. These key/value pairs can be useful for associating data with an account for various reasons. Datum represents the value of a single key/value pair.
https://www.stellar.org/developers/horizon/reference/resources/data.html
Methods
impl Datum[src]
impl Datum