Executes a batch call given the operations on this class.
Executes a batch call given the operations on this class.
the signer of the transaction
Optional
gasLimitMultiplier: numberA multiplier to provide gasLimit buffer on top of the estimated gas limit (1.2x is the default)
ContractTransaction object
the signer of the transaction
A multiplier to provide gasLimit buffer on top of the estimated gas limit (1.2x is the default)
ContractTransaction object
Executes a forward batch call given the operations on this class.
Executes a forward batch call given the operations on this class.
the signer of the transaction
ContractTransaction object
the signer of the transaction
ContractTransaction object
Given an Operation
object, gets the OperationStruct
object.
Given an Operation
object, gets the OperationStruct
object.
an Operation
object
the index of the Operation
in the batchCall
OperationStruct object for batchCall
an Operation
object
the index of the Operation
in the batchCall
OperationStruct object for batchCall
Gets an array of OperationStruct
objects to be passed to batchCall.
array of operation struct promises
Generated using TypeDoc
BatchCall Helper Class
Description
A helper class to create
BatchCall
objects which can be executed.