Returns the Base58 version prefix bytes for a given address type.
Declared in <kernel/chainparams.h>
std::vector<unsigned char> const&
Base58Prefix(Base58Type type) const;
The prefix bytes for that type.
| Name | Description |
|---|---|
| type | The Base58 address type to look up. |