CChainParams::Base58Prefix

Returns the Base58 version prefix bytes for a given address type.

Synopsis

Declared in <kernel/chainparams.h>

std::vector<unsigned char> const&
Base58Prefix(Base58Type type) const;

Return Value

The prefix bytes for that type.

Parameters

NameDescription
typeThe Base58 address type to look up.