hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
get_signatories.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_GET_SIGNATURES_HPP
7
#define IROHA_GET_SIGNATURES_HPP
8
9
#include <string>
10
11
#include "
model/query.hpp
"
12
13
namespace
iroha
{
14
namespace
model {
15
19
struct
GetSignatories
:
Query
{
23
std::string
account_id
{};
24
};
25
}
// namespace model
26
}
// namespace iroha
27
#endif // IROHA_GET_SIGNATURES_HPP
iroha::model::GetSignatories
Definition:
get_signatories.hpp:19
iroha::model::GetSignatories::account_id
std::string account_id
Definition:
get_signatories.hpp:23
iroha
Definition:
block_query.hpp:15
query.hpp
iroha::model::Query
Definition:
query.hpp:20
irohad
model
queries
get_signatories.hpp
Generated by
1.8.13