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]

The value of a single key/value pair tied to a single account.

Trait Implementations

impl Debug for Datum
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Datum

impl Sync for Datum