Parameters
Returns
Promise<ContractTransactionResponse>
A promise resolving to the transaction response.
Source
contract/types.ts:271Methods
estimateGas()
data may be overridden.
Parameters
Returns
Promise<bigint>
A promise resolving to the estimated gas.
Source
contract/types.ts:311populateTransaction()
data may be overridden.
Parameters
Returns
Promise<ContractTransaction>
A promise resolving to the populated transaction.
Source
contract/types.ts:281send()
data may be overridden.
Parameters
Returns
Promise<ContractTransactionResponse>
A promise resolving to the transaction response.
Source
contract/types.ts:301staticCall()
data may be overridden.
Parameters
Returns
Promise<string>
A promise resolving to the result of the call.
