WitnessV0ScriptHash::begin

begin overloads

Synopses

Declared in <util/hash_type.h>

Returns an iterator to the first byte of the hash.

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

Returns a const iterator to the first byte of the hash.

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

Return Value

A pointer to the first byte.