Enum shuttle_core::Asset [] [src]

pub enum Asset {
    Native,
    Credit {
        code: String,
        issuer: StrKey,
    },
}

Variants

Fields of Credit

Methods

impl Asset
[src]

[src]

[src]

Trait Implementations

impl<W: Write> Pack<W> for Asset
[src]

[src]