CScriptID::data

data overloads

Synopses

Declared in <util/hash_type.h>

Returns a pointer to the underlying byte buffer.

unsigned char*
data();
» more...

Returns a const pointer to the underlying byte buffer.

unsigned char const*
data() const;
» more...

Return Value

A pointer to the first byte.