CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
26 namespace catapult {
namespace mongo {
namespace mappers {
utils::ByteArray< Address_Decoded_Size, UnresolvedAddress_tag > UnresolvedAddress
Definition: src/catapult/types.h:66
utils::BaseValue< uint64_t, Height_tag > Height
Definition: src/catapult/types.h:85
utils::BaseValue< uint64_t, UnresolvedMosaicId_tag > UnresolvedMosaicId
Definition: src/catapult/types.h:82
int64_t ToInt64(TBaseValue value)
Converts base value to int64_t.
Definition: MapperUtils.h:75
ResolutionStatement< UnresolvedAddress, Address, Receipt_Type_Address_Alias_Resolution > AddressResolutionStatement
Address resolution statement.
Definition: ResolutionStatement.h:72
Immutable wrapper for basic types, to provide some type-safety.
Definition: BaseValue.h:100
Collection of receipts scoped to a unresolved value.
Definition: ResolutionStatement.h:30
ResolutionStatement< UnresolvedMosaicId, MosaicId, Receipt_Type_Mosaic_Alias_Resolution > MosaicResolutionStatement
Mosaic resolution statement.
Definition: ResolutionStatement.h:76
Definition: AddressExtractionExtension.cpp:28
bsoncxx::types::b_binary ToBinary(const uint8_t *pData, size_t size)
Converts raw array (pData) of size elements into bson binary type.
Definition: MapperUtils.cpp:30
bsoncxx::document::value ToDbModel(const state::AccountState &accountState)
Maps an account state (accountState) to the corresponding db model value.
Definition: AccountStateMapper.cpp:81