Trait ergo_lib::chain::Base16Str[][src]

pub trait Base16Str {
    fn base16_str(&self) -> String;
}
Expand description

Encodes serialized bytes as Base16

Required methods

fn base16_str(&self) -> String[src]

Returns serialized bytes encoded as Base16

Implementations on Foreign Types

impl Base16Str for &Constant[src]

fn base16_str(&self) -> String[src]

impl Base16Str for Constant[src]

fn base16_str(&self) -> String[src]

Implementors