Converts base58 string to an Uint8Array
{string}
Converts Uint8Array to base58 string
{Uint8Array}
Converts Uint8Array to hex string
{Uint8Array}
Creates a masternode identity identifier from proTxHash
{string} Pro TX Hash in hex format
Creates a voting identity identifier from proTxHash and voting address
{string} Pro TX Hash in hex format
{string} Voting address's public key hash (20 bytes), in hex
Allows to deserialize consensus error
{string | Uint8Array} error in base64 or bytes
Converts a hex string to Uint8Array
{string} hex-encoded string
Validates an identifier, accepts string or buffer
{IdentifierLike} identifier to test
Collection of conversion functions