Get the node implementation's version. Should be a semver string.
More...
#include <version.hpp>
Get the node implementation's version. Should be a semver string.
- See also
- https://github.com/w3f/PSPs/blob/psp-rpc-api/psp-002.md#system_version
Definition at line 23 of file version.hpp.
kagome::api::system::request::Version::Version |
( |
const Version & |
| ) |
|
|
delete |
kagome::api::system::request::Version::Version |
( |
Version && |
| ) |
|
|
default |
kagome::api::system::request::Version::Version |
( |
std::shared_ptr< SystemApi > |
api | ) |
|
|
explicit |
kagome::api::system::request::Version::~Version |
( |
| ) |
|
|
default |
outcome::result< std::string > kagome::api::system::request::Version::execute |
( |
| ) |
|
outcome::result< void > kagome::api::system::request::Version::init |
( |
const jsonrpc::Request::Parameters & |
params | ) |
|
Version& kagome::api::system::request::Version::operator= |
( |
const Version & |
| ) |
|
|
delete |
Version& kagome::api::system::request::Version::operator= |
( |
Version && |
| ) |
|
|
default |
std::shared_ptr<SystemApi> kagome::api::system::request::Version::api_ |
|
private |
The documentation for this class was generated from the following files: