• Invokes a smart contract method.

    Parameters

    • args: InvokeArgs

      Arguments for invoking the smart contract.

    Returns Promise<TxResponse | StellarSdk.xdr.ScVal>

    • A promise resolving to the transaction response or the result of the simulation.

    Throws

    • If there are errors during the contract invocation process.

Generated using TypeDoc