Crate oracle_rpc
source ·Expand description
RPC interface for the Oracle.
Structs
- a wrapper around a balance, used in RPC to workaround a bug where using u128 in runtime-apis fails. See https://github.com/paritytech/substrate/issues/4641
- A struct that implements the [
OracleApi
].
Traits
- Client implementation for the
OracleApi
RPC API. - Server trait implementation for the
OracleApi
RPC API.