[][src]Trait spacejam::Guardian

pub trait Guardian<T> {
    fn load(&self, value: i32, to: [u8; 32], msg: &'static str) -> Transaction;
}

Guardians of the galaxy

Required methods

fn load(&self, value: i32, to: [u8; 32], msg: &'static str) -> Transaction

Loading content...

Implementors

impl Guardian<Cowboy> for Cowboy[src]

Loading content...