Private
contractThe next transaction executed will add/replace any overrides passed via the passed in hook.
the hook to add or replace any CallOverrides (gas limit, gas price, nonce, from, value, etc...)
Overridden values will be applied to the next transaction executed.
contract.interceptor.overrideNextTransaction(() => ({
gasLimit: 3000000,
}));
Generated using TypeDoc
Allows overriding transaction behavior for this contract