Kagome
Polkadot Runtime Engine in C++17
runtime_dispatch_info.hpp File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Class Documentation

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.

Collaboration diagram for kagome::primitives::RuntimeDispatchInfo:
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 SignedExtension).

Weight weight