Function signBid

  • signBid takes an object with the following fields: bidder key, bid amount, max price, bid ID, auctionKey, auction ID, and a secret key and returns a signed blob to be inserted into a transaction Algorand note field.

    Returns

    Uint8Array binary signed bid

    Parameters

    • bid: BidOptions

      Algorand Bid

    • sk: Uint8Array

      Algorand secret key

    Returns Uint8Array

Generated using TypeDoc