[][src]Trait ripple_keypairs::Signature

pub trait Signature: AsRef<[u8]> + AsRef<str> + ToString + Into<Vec<u8>> { }

Signatures can be treated as bytes or as hex encoded strings.

Implementors

impl Signature for HexBytes[src]

Loading content...