Taquito TypeDocs
    Preparing search index...

    Function b58DecodePublicKey

    • Decode a Base58 public key 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

      b58DecodePublicKey('edpkuNjKKT48xBoT5asPrWdmuM1Yw8D93MwgFgVvtca8jb5pstzaCh') // return '0060842d4ba23a9940ef5dcf4404fdaa430cfaaccb5029fad06cb5ea894e4562ae'
      
    • Decode a Base58 public key 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

      b58DecodePublicKey('edpkuNjKKT48xBoT5asPrWdmuM1Yw8D93MwgFgVvtca8jb5pstzaCh') // return '0060842d4ba23a9940ef5dcf4404fdaa430cfaaccb5029fad06cb5ea894e4562ae'