[−][src]Crate pallet_contracts_rpc
Node-specific RPC methods for interaction with contracts.
Re-exports
pub use pallet_contracts_rpc_runtime_api as runtime_api; |
Modules
gen_client | The generated client module. |
Structs
CallRequest | A struct that encodes RPC parameters required for a call to a smart-contract. |
Contracts | An implementation of contract specific RPC methods. |
ContractsClient | The Client. |
Enums
ContractExecResult | A result of execution of a contract. |
RpcContractExecResult | An RPC serializable result of contract execution |
Traits
ContractsApi | Contracts RPC methods. |
ContractsRuntimeApi | The API to interact with contracts without using executive. |