@multiversx/sdk-core - v15.0.0
    Preparing search index...

    Class SmartContractTransactionsFactory

    Use this class to create transactions to deploy, call or upgrade a smart contract.

    Hierarchy

    • BaseFactory
      • SmartContractTransactionsFactory
    Index

    Constructors

    Methods

    • Sets the gas limit for the transaction.

      Parameters

      • transaction: Transaction
      • OptionalgasLimit: bigint

        Optional gas limit to set. This is the value provided by the user.

      • OptionalconfigGasLimit: bigint

        Optional gas limit from the configuration. This is computed internally based on some config values.

      Returns Promise<void>