Trait XRPLSyncWebsocketIO

Source
pub trait XRPLSyncWebsocketIO {
    // Required methods
    fn xrpl_send(&mut self, message: XRPLRequest<'_>) -> XRPLClientResult<()>;
    fn xrpl_receive(&mut self) -> XRPLClientResult<Option<XRPLResponse<'_>>>;
}

Required Methods§

Implementors§