Module workflow_rpc::client::prelude
source · Expand description
Convenience module exporting all types required for the client use.
Re-exports
pub use crate::client::result::Result as ClientResult;
pub use crate::client::Options as RpcClientOptions;
pub use crate::client::RpcClient;
pub use crate::encoding::Encoding;
Macros
Structs
Borsh RPC message handler and dispatcher
Collection of server-side notification handlers
Serde JSON RPC message handler and dispatcher