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

pub struct Updated { /* fields omitted */ }

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

Methods

impl Updated
[src]

Updates a Signer

The public address of the account with an updated signer

The public key of the updated signer

The weight of the updated signature

Trait Implementations

impl Debug for Updated
[src]

Formats the value using the given formatter. Read more

impl Clone for Updated
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Updated

impl Sync for Updated