Decode a Base58 string and assert tz4 type
a bls address(tz4) to decode
Optional
optional format of the decoded return value, 'hex' or 'array'
string or Uint8Array of bytes
b58DecodeBlsAddress('tz4QyWfEiv56CVDATV3DT3CDVhPaMKif2Ce8') // return 'af2dc3c40667abc0e89c0ef40171d22aed08d5eb' Copy
b58DecodeBlsAddress('tz4QyWfEiv56CVDATV3DT3CDVhPaMKif2Ce8') // return 'af2dc3c40667abc0e89c0ef40171d22aed08d5eb'
Decode a Base58 string and assert tz4 type