[][src]Trait smart_contract::payload::Readable

pub trait Readable {
    fn read_from(buffer: &[u8], pos: &mut u64) -> Self;
}

Required methods

fn read_from(buffer: &[u8], pos: &mut u64) -> Self

Loading content...

Implementations on Foreign Types

impl Readable for usize[src]

impl Readable for u8[src]

impl Readable for u16[src]

impl Readable for u32[src]

impl Readable for u64[src]

impl Readable for u128[src]

impl Readable for isize[src]

impl Readable for i8[src]

impl Readable for i16[src]

impl Readable for i32[src]

impl Readable for i64[src]

impl Readable for i128[src]

impl Readable for f32[src]

impl Readable for f64[src]

impl<U: Readable + Copy + Default> Readable for [U; 32][src]

impl Readable for bool[src]

impl Readable for String[src]

impl<U: Readable> Readable for Vec<U>[src]

Loading content...

Implementors

impl Readable for Contract[src]

impl Readable for Transfer[src]

Loading content...