Kagome
Polkadot Runtime Engine in C++17
|
#include <rpc_methods.hpp>
Public Types | |
using | Version = uint32_t |
using | Methods = std::vector< std::string > |
Public Member Functions | |
SCALE_TIE (2) | |
Public Attributes | |
Version | version = kRpcMethodsVersion |
Descriptor version. More... | |
Methods | methods |
A set of methods names as strings. More... | |
A descriptor for a set of methods supported via RPC
Definition at line 23 of file rpc_methods.hpp.
using kagome::primitives::RpcMethods::Methods = std::vector<std::string> |
Definition at line 27 of file rpc_methods.hpp.
using kagome::primitives::RpcMethods::Version = uint32_t |
Definition at line 26 of file rpc_methods.hpp.
kagome::primitives::RpcMethods::SCALE_TIE | ( | 2 | ) |
Methods kagome::primitives::RpcMethods::methods |
A set of methods names as strings.
Definition at line 33 of file rpc_methods.hpp.
Version kagome::primitives::RpcMethods::version = kRpcMethodsVersion |
Descriptor version.
Definition at line 30 of file rpc_methods.hpp.