CatapultServer
v0.5.0.1 (Elephant)
NameChecker.h
Go to the documentation of this file.
1
21
#pragma once
22
#include <stddef.h>
23
#include <stdint.h>
24
25
namespace
catapult
{
namespace
model {
26
28
bool
IsValidName
(
const
uint8_t* pName,
size_t
nameSize);
29
}}
NameChecker.h
catapult::model::IsValidName
bool IsValidName(const uint8_t *pName, size_t nameSize)
Returns true if pName with size nameSize points to a valid name.
Definition:
NameChecker.cpp:36
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult-server
plugins
txes
namespace
src
model
NameChecker.h
Generated by
1.8.16