[][src]Trait pallet_abci::ResponseCommit

pub trait ResponseCommit {
    pub fn get_data(&self) -> Vec<u8>;
pub fn get_retain_height(&self) -> i64;
pub fn set_data(&mut self, v: Vec<u8>);
pub fn set_retain_height(&mut self, v: i64); }

Trait that specify fields for ResponseCommit.

Required methods

pub fn get_data(&self) -> Vec<u8>[src]

pub fn get_retain_height(&self) -> i64[src]

pub fn set_data(&mut self, v: Vec<u8>)[src]

pub fn set_retain_height(&mut self, v: i64)[src]

Loading content...

Implementors

impl ResponseCommit for ResponseCommit[src]

impl ResponseCommit for MockResponseCommit[src]

Trait that specify fields for ResponseCommit.

Loading content...