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