Struct lib::kraken::SignResult[][src]

pub struct SignResult {
    pub hash: String,
    pub map: HashMap<String, String>,
}

Fields

Auto Trait Implementations

impl Send for SignResult

impl Sync for SignResult