|
Kagome
Polkadot Runtime Engine in C++17
|
Go to the source code of this file.
Classes | |
| struct | kagome::primitives::RuntimeDispatchInfo |
Namespaces | |
| kagome::primitives | |
Functions | |
| template<class Stream , typename = std::enable_if_t<Stream::is_encoder_stream>> | |
| Stream & | kagome::primitives::operator<< (Stream &s, const RuntimeDispatchInfo &v) |
| template<class Stream , typename = std::enable_if_t<Stream::is_decoder_stream>> | |
| Stream & | kagome::primitives::operator>> (Stream &s, RuntimeDispatchInfo &v) |
| struct kagome::primitives::RuntimeDispatchInfo |
Information related to a dispatchable's class, weight, and fee that can be queried from the runtime.
Definition at line 14 of file runtime_dispatch_info.hpp.
| Class Members | ||
|---|---|---|
| typedef uint32_t | Balance | |
| typedef uint64_t | Weight | |
| Class Members | ||
|---|---|---|
| DispatchClass | ||
| Class Members | ||
|---|---|---|
| enum DispatchClass | dispatch_class | |
| Balance | partial_fee |
The inclusion fee of this dispatch. This does not include a tip or anything else that depends on the signature (i.e. depends on a |
| Weight | weight | |