Docs

TransactionOptionsWithContractInfo

type TransactionOptionsWithContractInfo<TResult = TransactionResult> = Omit<
"contract"
> & {
contractAbi?: ContractInterface;
contractAddress: string;
provider: providers.Provider;
};