Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
extrinsic.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_PRIMITIVES_EXTRINSIC_HPP
7
#define KAGOME_PRIMITIVES_EXTRINSIC_HPP
8
9
#include <optional>
10
11
#include "
common/buffer.hpp
"
12
#include "
scale/tie.hpp
"
13
14
namespace
kagome::primitives
{
15
19
using
ExtrinsicIndex
= uint32_t;
20
24
struct
Extrinsic
{
25
SCALE_TIE
(1);
26
27
common::Buffer
data
;
28
};
29
}
// namespace kagome::primitives
30
31
#endif // KAGOME_PRIMITIVES_EXTRINSIC_HPP
kagome::common::SLBuffer
Class represents arbitrary (including empty) byte buffer.
Definition:
buffer.hpp:29
kagome::primitives
Definition:
author_api.hpp:19
kagome::primitives::Extrinsic::data
common::Buffer data
extrinsic content as byte array
Definition:
extrinsic.hpp:27
kagome::primitives::ExtrinsicIndex
uint32_t ExtrinsicIndex
Definition:
extrinsic.hpp:19
kagome::primitives::Extrinsic::SCALE_TIE
SCALE_TIE(1)
buffer.hpp
kagome::primitives::Extrinsic
Extrinsic class represents extrinsic.
Definition:
extrinsic.hpp:24
tie.hpp
core
primitives
extrinsic.hpp
Generated by
1.8.11