Expand description
Service and ServiceFactory implementation. Specialized wrapper over substrate service.
Structs
- A generic
CodeExecutorimplementation that uses a delegate to determine wasm code equivalence and dispatch to native code when possible, falling back onWasmExecutorwhen not.
Functions
- Create a transaction using the given
call. - Fetch the nonce of the given
accountfrom the chain state. - Builds a new service for a full client.