Struct stellar_client::resources::effect::Effect[][src]

pub struct Effect { /* fields omitted */ }

A successful operation will yield zero or more effects. These effects represent specific changes that occur in the ledger, but are not necessarily directly reflected in the ledger or history, as transactions and operations are.

Methods

impl Effect
[src]

the unique identifier of an effect

A paging token suitable for use as a cursor parameter.

Specifies the type of effect, See “Types” section below for reference.

Returns the kind of the effect

Returns the name of the effect kind

Returns true if the effect is an account_created effect

Returns true if the effect is an account_removed effect

Returns true if the effect is an account_credited effect

Returns true if the effect is an account_debited effect

Returns true if the effect is an account_threshold_updated effect

Returns true if the effect is an account_home_domain_updated effect

Returns true if the effect is an account_flags_updated effect

Returns true if the effect is a data_created effect

Returns true if the effect is a data_removed effect

Returns true if the effect is a data_updated effect

Returns true if the effect is a signer created effect

Returns true if the effect is a signer removed effect

Returns true if the effect is a signer updated effect

Returns true if the effect is a trustline created effect

Returns true if the effect is a trustline removed effect

Returns true if the effect is a trustline updated effect

Returns true if the effect is a trustline authorized effect

Returns true if the effect is a trustline deauthorized effect

Returns true if the effect is a trade effect

Trait Implementations

impl Debug for Effect
[src]

Formats the value using the given formatter. Read more

impl Clone for Effect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'de> Deserialize<'de> for Effect
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Effect

impl Sync for Effect