Taquito TypeDocs
    Preparing search index...

    Function num2PaddedHex

    • Converts a number or BigNumber to a padded hexadecimal string

      Parameters

      • val: number | BigNumber

        The value that will be converted into a padded hexadecimal string value

      • bitLength: number = 8

        The length of bits

      Returns string