Struct stellar_client::resources::operation::AccountMerge[][src]

pub struct AccountMerge { /* fields omitted */ }

Removes the account and transfers all remaining XLM to the destination account.

Methods

impl AccountMerge
[src]

Removes the account and transfers all remaining XLM to the destination account.

Creates a new AccountMerge

The account being deleted from the ledger

Account ID where funds of deleted account were transferred.

Trait Implementations

impl Debug for AccountMerge
[src]

Formats the value using the given formatter. Read more

impl Clone for AccountMerge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations