Struct shuttle_sdk::Amount [] [src]

pub struct Amount { /* fields omitted */ }

Amount in XLM.

Methods

impl Amount
[src]

[src]

Create from amount specified in stroops.

[src]

Convert to stroops.

[src]

Convert into stroops.

Trait Implementations

impl Ord for Amount
[src]

[src]

impl Clone for Amount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Amount
[src]

impl PartialEq<Amount> for Amount
[src]

[src]

[src]

impl FromStr for Amount
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Debug for Amount
[src]

[src]

Formats the value using the given formatter.

impl PartialOrd<Amount> for Amount
[src]

[src]

[src]

[src]

[src]

[src]