TApplyRequestSyncClient

Trait TApplyRequestSyncClient 

Source
pub trait TApplyRequestSyncClient {
    // Required methods
    fn apply_request(
        &mut self,
        receiver: Uint64,
        first_receiver: Uint64,
        action: Uint64,
    ) -> Result<i32>;
    fn apply_end(&mut self) -> Result<i32>;
}

Required Methods§

Source

fn apply_request( &mut self, receiver: Uint64, first_receiver: Uint64, action: Uint64, ) -> Result<i32>

Source

fn apply_end(&mut self) -> Result<i32>

Implementors§