Module stellar_client::resources::effect[][src]

An effect represents specific changes that occur in the ledger resulting from operations.

Modules

account

Contains effects that pertain to changes in an account.

data

Contains effects related to the management of data.

signer

Contains effects that pertain to changes in an account signer.

trade

Contains effects that pertain to trades being executed.

trustline

Contains effects that pertain to changes in a trustline

Structs

Effect

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.

Enums

EffectKind

Each effect type is representing by a kind and captures data specific to that type within it's newtype.