[#CChainParams-Base58Prefix] = xref:CChainParams.adoc[CChainParams]::Base58Prefix :relfileprefix: ../ :mrdocs: Returns the Base58 version prefix bytes for a given address type. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<unsigned char> const& Base58Prefix(xref:CChainParams/Base58Type.adoc[Base58Type] type) const; ---- == Return Value The prefix bytes for that type. == Parameters [cols="1,4"] |=== | Name| Description | *type* | The Base58 address type to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#