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

pub struct Authorized { /* fields omitted */ }

This effect can be the result of a allow trust operation and represents the fact that an asset issuer will allow an account to hold its assets.

Methods

impl Authorized
[src]

Creates a new Trustline Authorized effect

The public address of the account that can now hold the asset

The asset that can now be trusted.

Trait Implementations

impl Debug for Authorized
[src]

Formats the value using the given formatter. Read more

impl Clone for Authorized
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Authorized

impl Sync for Authorized