ContractInterceptor class
Allows overriding transaction behavior for this contract
Signature:
export declare class ContractInterceptor<TContract extends BaseContract>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(contractWrapper) | Constructs a new instance of the ContractInterceptor class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| overrideNextTransaction(hook) | The next transaction executed will add/replace any overrides passed via the passed in hook. |