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