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

pub struct ThresholdsUpdated { /* fields omitted */ }

This effect can be the result of a set options operation and represents the fact that an account's weight thresholds have changed.

Methods

impl ThresholdsUpdated
[src]

Creates a new ThresholdsUpdated effect

The public address of the account that had its thresholds updated.

The sum weight for the low threshold.

The sum weight for the medium threshold.

The sum weight for the high threshold.

Trait Implementations

impl Debug for ThresholdsUpdated
[src]

Formats the value using the given formatter. Read more

impl Clone for ThresholdsUpdated
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations