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
Name |
Description |
type |
The Base58 address type to look up. |
Created with MrDocs