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

pub struct FlagsUpdated { /* fields omitted */ }

This effect can be the result of a set options operation and represents the fact that an account's flags have been updated

Methods

impl FlagsUpdated
[src]

Creates a new FlagsUpdated effect

The public address of the account with updated flags

The flags for an account after the operations have taken place

Trait Implementations

impl Debug for FlagsUpdated
[src]

Formats the value using the given formatter. Read more

impl Clone for FlagsUpdated
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations