[][src]Trait jlib::message::common::command_trait::CommandConversion

pub trait CommandConversion {
    type T;
    fn to_string(&self) -> Result<String>;
fn box_to_raw(&self) -> &dyn Any; }

Associated Types

type T

Loading content...

Required methods

fn to_string(&self) -> Result<String>

fn box_to_raw(&self) -> &dyn Any

Loading content...

Implementors

impl CommandConversion for SolidityInitMessage[src]

impl CommandConversion for SolidityInvokeMessage[src]

impl CommandConversion for Amount[src]

type T = Amount

impl CommandConversion for RequestAccountInfoCommand[src]

impl CommandConversion for RequestAccountTumsCommand[src]

impl CommandConversion for RequestAccountTxCommand[src]

impl CommandConversion for RequestBrokerageCommand[src]

impl CommandConversion for LedgerClosedCommand[src]

type T = LedgerClosedCommand

impl CommandConversion for RequestAccountOfferCommand[src]

impl CommandConversion for RequestOrderBookCommand[src]

impl CommandConversion for RequestAccountRelationsCommand[src]

impl CommandConversion for ServerInfoCommand[src]

type T = ServerInfoCommand

impl CommandConversion for RequestLedgerCommand[src]

impl CommandConversion for RequestTxCommand[src]

type T = RequestTxCommand

impl CommandConversion for SubscribeCommand[src]

type T = SubscribeCommand

impl CommandConversion for LocalSignTx[src]

type T = LocalSignTx

impl CommandConversion for OfferCancelTx[src]

type T = OfferCancelTx

impl CommandConversion for OfferCreateTx[src]

type T = OfferCreateTx

impl CommandConversion for RelationTx[src]

type T = RelationTx

impl CommandConversion for SetBrokerageTx[src]

type T = SetBrokerageTx

impl CommandConversion for TransactionTx[src]

type T = TransactionTx

impl CommandConversion for TxJson[src]

type T = TxJson

Loading content...