Struct stellar_client::resources::operation::AllowTrust[][src]

pub struct AllowTrust { /* fields omitted */ }

Updates the “authorized” flag of an existing trust line this is called by the issuer of the asset.

Heads up! Unless the issuing account has AUTH_REVOCABLE_FLAG set than the “authorized” flag can only be set and never cleared.

Methods

impl AllowTrust
[src]

Creates a new AllowTrust

Trustee account.

Trustor account.

Asset being trusted.

true when trust allowed; false when revoked

Trait Implementations

impl Debug for AllowTrust
[src]

Formats the value using the given formatter. Read more

impl Clone for AllowTrust
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AllowTrust

impl Sync for AllowTrust