Taquito TypeDocs
    Preparing search index...

    Function b58DecodeBlsAddress

    • Decode a Base58 string and assert tz4 type

      Parameters

      • value: string

        a bls address(tz4) to decode

      • Optionalfmt: "hex"

        optional format of the decoded return value, 'hex' or 'array'

      Returns string

      string or Uint8Array of bytes

      b58DecodeBlsAddress('tz4QyWfEiv56CVDATV3DT3CDVhPaMKif2Ce8') // return 'af2dc3c40667abc0e89c0ef40171d22aed08d5eb'
      
    • Decode a Base58 string and assert tz4 type

      Parameters

      • value: string

        a bls address(tz4) to decode

      • fmt: "array"

        optional format of the decoded return value, 'hex' or 'array'

      Returns Uint8Array

      string or Uint8Array of bytes

      b58DecodeBlsAddress('tz4QyWfEiv56CVDATV3DT3CDVhPaMKif2Ce8') // return 'af2dc3c40667abc0e89c0ef40171d22aed08d5eb'