Struct stellar_client::resources::effect::account::Credited[][src]

pub struct Credited { /* fields omitted */ }

This effect can be the result of a create_account, payment, path_payment or merge_account operation. It represents the fact that assets were added to an account

Methods

impl Credited
[src]

Creates a new Credited effect

The public address of the account that was removed

The asset being sent in the payment

The amount being sent in the payment

Trait Implementations

impl Debug for Credited
[src]

Formats the value using the given formatter. Read more

impl Clone for Credited
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Credited

impl Sync for Credited