[][src]Trait spacejam::Miner

pub trait Miner<T> {
    fn mine<B>(&self, msg: B, txs: TransactionArray, miner: [u8; 32]) -> Barrel
    where
        B: AsRef<[u8]>
; }

Velvet Goldminer

Required methods

fn mine<B>(&self, msg: B, txs: TransactionArray, miner: [u8; 32]) -> Barrel where
    B: AsRef<[u8]>, 

Loading content...

Implementors

impl Miner<Cowboy> for Cowboy[src]

Loading content...