Struct stellar_client::resources::Flags[][src]

pub struct Flags { /* fields omitted */ }

Permissions around who can own an asset and whether or not the asset issuer can freeze the asset.

Methods

impl Flags
[src]

Creates a new set of flags

If this field is true it means the anchor must approve anyone who wants to hold its credit, allowing it to control who its customers are

If this field is true it means the anchor can freeze credit held by another account. When credit is frozen for a particular account, that account can only send the credit back to the anchor–it can’t transfer the credit to any other account. This setting allows the issuing account to revoke credit that it accidentally issued or that was obtained improperly.

Trait Implementations

impl Debug for Flags
[src]

Formats the value using the given formatter. Read more

impl Copy for Flags
[src]

impl Clone for Flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Flags
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Flags
[src]

Auto Trait Implementations

impl Send for Flags

impl Sync for Flags