Taquito TypeDocs
    Preparing search index...

    Function b58DecodeAddress

    • Decode a Base58 contract ID and return its binary representation

      Parameters

      • value: string

        Value to decode

      • Optionalfmt: "hex"

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

      Returns string

      string or Uint8Array of bytes

      b58DecodeAddress('tz1gvF4cD2dDtqitL3ZTraggSR1Mju2BKFEM') // return '0000e96b9f8b19af9c7ffa0c0480e1977b295850961f'
      
    • Decode a Base58 contract ID and return its binary representation

      Parameters

      • value: string

        Value to decode

      • fmt: "array"

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

      Returns Uint8Array

      string or Uint8Array of bytes

      b58DecodeAddress('tz1gvF4cD2dDtqitL3ZTraggSR1Mju2BKFEM') // return '0000e96b9f8b19af9c7ffa0c0480e1977b295850961f'