CatapultServer
v0.5.0.1 (Elephant)
|
NamespaceId GenerateRootNamespaceId(const RawString &name) noexcept
Generates a root namespace id given name.
Definition: NamespaceIdGenerator.cpp:27
constexpr NamespaceId Namespace_Base_Id(0)
Base id for namespaces.
Builder for building a hash.
Definition: Hashes.h:61
utils::BaseValue< uint64_t, NamespaceId_tag > NamespaceId
Definition: plugins/txes/namespace/src/types.h:28
Immutable wrapper for basic types, to provide some type-safety.
Definition: BaseValue.h:100
void final(OutputType &output) noexcept
Finalize hash calculation. Returns result in output.
Definition: Hashes.cpp:145
void update(const RawBuffer &dataBuffer) noexcept
Updates the state of hash with data inside dataBuffer.
Definition: Hashes.cpp:134
A const string buffer.
Definition: RawBuffer.h:68
NamespaceId GenerateNamespaceId(NamespaceId parentId, const RawString &name) noexcept
Generates a namespace id given parentId and namespace name.
Definition: NamespaceIdGenerator.cpp:31
Definition: AddressExtractionExtension.cpp:28