Function mkTxParams

  • Returns a union object of custom transaction params and suggested params.

    Parameters

    • algocl: default

      an Algorand client, instance of Algodv2, used to communicate with a blockchain node.

    • userParams: TxParams

      a dict containing custom params defined by the user

    • Optional s: SuggestedParams

      suggested transaction params

    Returns Promise<SuggestedParams>

Generated using TypeDoc