Function functionCall

  • Parameters

    • methodName: string
    • args: object | Uint8Array
    • gas: new BN
    • deposit: new BN
    • Optional stringify: ((args) => Buffer)
        • (args): Buffer
        • Converts an input argument to a Buffer, handling cases for both JSON and Uint8Array.

          Parameters

          • args: any

            The input argument, either JSON object or Uint8Array.

          Returns Buffer

          A Buffer representation of the input argument.

    • Optional jsContract: boolean

    Returns Action

Generated using TypeDoc