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

pub struct ChangeTrust { /* fields omitted */ }

Use “Change Trust” operation to create/update/delete a trust line from the source account to another. The issuer being trusted and the asset code are in the given Asset object.

Methods

impl ChangeTrust
[src]

Creates a new ChangeTrust

Trustee account.

Trustor account.

Asset being trusted.

The limit for the asset.

Trait Implementations

impl Debug for ChangeTrust
[src]

Formats the value using the given formatter. Read more

impl Clone for ChangeTrust
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChangeTrust

impl Sync for ChangeTrust