[][src]Trait fabric_contract::contract::Routing

pub trait Routing {
    fn route3(
        &self,
        tx_fn: String,
        args: Vec<WireBuffer>,
        return_wb: TypeSchema
    ) -> Result<WireBuffer, ContractError>; }

Required methods

fn route3(
    &self,
    tx_fn: String,
    args: Vec<WireBuffer>,
    return_wb: TypeSchema
) -> Result<WireBuffer, ContractError>

Loading content...

Implementors

Loading content...