[][src]Trait pallet_abci::ResponseSetOption

pub trait ResponseSetOption {
    fn get_code(&self) -> u32;
fn get_log(&self) -> String;
fn get_info(&self) -> String; }

Required methods

fn get_code(&self) -> u32

fn get_log(&self) -> String

fn get_info(&self) -> String

Loading content...

Implementors

impl ResponseSetOption for ResponseSetOption[src]

impl ResponseSetOption for MockResponseSetOption[src]

Loading content...