24 #include <json/json.h> 48 class LocalisedTransaction;
68 Json::Value toJson(std::unordered_map<h256, LocalisedLogEntries>
const& _entriesByBlock);
77 static Address fromJS(std::string
const& _address);
101 for (
auto const&
e: _es)
110 for (
auto const&
e: _es)
119 for (
auto const&
e: _es)
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
Json::Value toJson(p2p::PeerSessionInfo const &_p)
pair< shh::Topics, Public > toWatch(Json::Value const &_json)
h160 Address
An Ethereum address: 20 bytes.
std::vector< Transaction > Transactions
Nice name for vector of Transaction.
TransactionSkeleton toTransactionSkeleton(Json::Value const &_json)
std::vector< LocalisedLogEntry > LocalisedLogEntries
dev::eth::LogFilter toLogFilter(Json::Value const &_json)
Fixed-size raw-byte array container type, with an API optimised for storing hashes.
Json::Value toJsonByBlock(LocalisedLogEntries const &_entries)
Json::Value toJson(unordered_map< u256, u256 > const &_storage)
h256 h256fromHex(std::string const &_s)
shh::Message toMessage(Json::Value const &_json)
shh::Envelope toSealed(Json::Value const &_json, shh::Message const &_m, Secret const &_from)
std::vector< h256 > h256s