[][src]Trait transact::signing::Signer

pub trait Signer {
    fn sign(&self, message: &[u8]) -> Result<Vec<u8>, Error>;
fn public_key(&self) -> &[u8]; }

Required methods

fn sign(&self, message: &[u8]) -> Result<Vec<u8>, Error>

fn public_key(&self) -> &[u8]

Loading content...

Implementors

impl Signer for HashSigner[src]

Loading content...