Struct stellar_client::resources::effect::signer::Removed[][src]

pub struct Removed { /* fields omitted */ }

This effect can be the result of a set options operation and represents the fact that a new signer has been removed from an account.

Methods

impl Removed
[src]

Removes a Signer

The public address of the account that lost a new signer

The public key of the old signer

The new weight of the signer. Should be 0

Trait Implementations

impl Debug for Removed
[src]

Formats the value using the given formatter. Read more

impl Clone for Removed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Removed

impl Sync for Removed