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

pub struct Debited { /* 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 removed to an account

Methods

impl Debited
[src]

Creates a new Debited 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 Debited
[src]

Formats the value using the given formatter. Read more

impl Clone for Debited
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Debited

impl Sync for Debited