Kagome
Polkadot Runtime Engine in C++17
|
#include <code_substitutes.hpp>
Public Member Functions | |
CodeSubstituteBlockIds ()=default | |
CodeSubstituteBlockIds (const CodeSubstituteBlockIds &src)=default | |
CodeSubstituteBlockIds (CodeSubstituteBlockIds &&src)=default | |
CodeSubstituteBlockIds (std::initializer_list< primitives::BlockId > init) | |
~CodeSubstituteBlockIds ()=default | |
CodeSubstituteBlockIds & | operator= (const CodeSubstituteBlockIds &src)=default |
CodeSubstituteBlockIds & | operator= (CodeSubstituteBlockIds &&src)=default |
bool | contains (const primitives::BlockInfo &block_info) const |
bool | contains (const primitives::BlockId &block_id) const |
A set of valid code_substitute ids. To get a code substitute you should get BlockInfo for this BlockId and pass it to fetchCodeSubstituteByBlockInfo()
Definition at line 19 of file code_substitutes.hpp.
|
default |
|
default |
|
default |
|
inlineexplicit |
Definition at line 24 of file code_substitutes.hpp.
|
default |
|
inline |
Definition at line 33 of file code_substitutes.hpp.
|
inline |
Definition at line 37 of file code_substitutes.hpp.
|
default |
|
default |