Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
account.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_PRIMITIVES_ACCOUNT_HPP
7
#define KAGOME_PRIMITIVES_ACCOUNT_HPP
8
9
#include "
crypto/sr25519_types.hpp
"
10
11
namespace
kagome::primitives
{
12
13
using
AccountId
= crypto::Sr25519PublicKey;
14
15
using
AccountNonce
= uint32_t;
16
17
}
// namespace kagome::primitives
18
19
#endif // KAGOME_PRIMITIVES_ACCOUNT_HPP
kagome::primitives::AccountNonce
uint32_t AccountNonce
Definition:
account.hpp:15
kagome::primitives
Definition:
author_api.hpp:19
sr25519_types.hpp
kagome::primitives::AccountId
crypto::Sr25519PublicKey AccountId
Definition:
account.hpp:13
core
primitives
account.hpp
Generated by
1.8.11