Module workflow_rpc::client

source ·
Expand description

RPC client (operates uniformly in native and WASM-browser environments).

Re-exports

pub use crate::client::error::Error;
pub use crate::client::result::Result;

Modules

Client Error enum declaration
Convenience module exporting all types required for the client use.
Client Result enum encapsulating client Error

Macros

notification!() macro for declaration of RPC notification handlers

Structs

Borsh RPC message handler and dispatcher
Collection of server-side notification handlers
Serde JSON RPC message handler and dispatcher

Enums

Traits