Crate tidechain_client
source ·Structs
A generic
CodeExecutor implementation that uses a delegate to determine wasm code equivalence
and dispatch to native code when possible, falling back on WasmExecutor when not.Enums
A client instance of Tidechain.
Traits
Trait that abstracts over all available client implementations.
A handle to a Tidechain client instance.
Execute something with the client instance.
A set of APIs that Tidechain-like runtimes must implement.