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

pub struct Updated { /* fields omitted */ }

This effect can be the result of a change trust operation and represents the fact that a trustline has been updated between an asset and account

Methods

impl Updated
[src]

Creates a new Trustline Updated effect

The public address of the account that updated its trustline

The limit for the trustline

Asset being trusted.

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