Enum shuttle_core::StrKey [] [src]

pub enum StrKey {
    AccountId(Vec<u8>),
    Seed(Vec<u8>),
    PreAuthTx(Vec<u8>),
    Sha256Hash(Vec<u8>),
}

Variants

Methods

impl StrKey
[src]

Trait Implementations

impl Debug for StrKey
[src]

[src]

Formats the value using the given formatter.

impl Clone for StrKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]