Enum stellar::memo::Memo [] [src]

pub enum Memo {
    None,
    Text([u8; 28]),
    ID(u64),
    Hash([u8; 32]),
    Return([u8; 32]),
}

The memo contains optional extra information. It is the responsibility of the client to interpret this value

Variants

Empty memo

A string up to 28-bytes long

A 64 bit unsigned integer

A 32 byte hash

A 32 byte hash intended to be interpreted as the hash of the transaction the sender is refunding