soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
87 lines (46 loc) • 1.46 kB
Markdown
[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / ForkEvent
# Class: ForkEvent
[<internal>](../modules/internal_.md).ForkEvent
## Hierarchy
- [`Description`](internal_.Description.md)
↳ **`ForkEvent`**
## Table of contents
### Constructors
- [constructor](internal_.ForkEvent.md#constructor)
### Properties
- [\_isForkEvent](internal_.ForkEvent.md#_isforkevent)
- [expiry](internal_.ForkEvent.md#expiry)
### Methods
- [isForkEvent](internal_.ForkEvent.md#isforkevent)
## Constructors
### constructor
• **new ForkEvent**(`info`)
#### Parameters
| Name | Type |
| :------ | :------ |
| `info` | `Object` |
#### Inherited from
[Description](internal_.Description.md).[constructor](internal_.Description.md#constructor)
#### Defined in
node_modules/@ethersproject/properties/lib/index.d.ts:13
## Properties
### \_isForkEvent
• `Optional` `Readonly` **\_isForkEvent**: `boolean`
#### Defined in
node_modules/@ethersproject/abstract-provider/lib/index.d.ts:103
___
### expiry
• `Readonly` **expiry**: `number`
#### Defined in
node_modules/@ethersproject/abstract-provider/lib/index.d.ts:102
## Methods
### isForkEvent
▸ `Static` **isForkEvent**(`value`): value is ForkEvent
#### Parameters
| Name | Type |
| :------ | :------ |
| `value` | `any` |
#### Returns
value is ForkEvent
#### Defined in
node_modules/@ethersproject/abstract-provider/lib/index.d.ts:104