Taquito TypeDocs
    Preparing search index...

    Function toHexBuf

    • Converts a number or Bignumber to hexadecimal string

      Parameters

      • val: number | BigNumber

        The value that will be converted to a hexadecimal string value

      • bitLength: number = 8

      Returns Buffer<ArrayBuffer>