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

pub struct Created { /* fields omitted */ }

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

Methods

impl Created
[src]

Creates a new Trustline Created effect

The public address of the account that is creating a new trustline

The limit for the trustline

Asset being trusted.

Trait Implementations

impl Debug for Created
[src]

Formats the value using the given formatter. Read more

impl Clone for Created
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Created

impl Sync for Created