soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
89 lines (48 loc) • 1.47 kB
Markdown
[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / Indexed
# Class: Indexed
[<internal>](../modules/internal_.md).Indexed
## Hierarchy
- [`Description`](internal_.Description.md)<[`Indexed`](internal_.Indexed.md)\>
↳ **`Indexed`**
## Table of contents
### Constructors
- [constructor](internal_.Indexed.md#constructor)
### Properties
- [\_isIndexed](internal_.Indexed.md#_isindexed)
- [hash](internal_.Indexed.md#hash)
### Methods
- [isIndexed](internal_.Indexed.md#isindexed)
## Constructors
### constructor
• **new Indexed**(`info`)
#### Parameters
| Name | Type |
| :------ | :------ |
| `info` | `Object` |
| `info._isIndexed` | `boolean` |
| `info.hash` | `string` |
#### Inherited from
[Description](internal_.Description.md).[constructor](internal_.Description.md#constructor)
#### Defined in
node_modules/@ethersproject/properties/lib/index.d.ts:13
## Properties
### \_isIndexed
• `Readonly` **\_isIndexed**: `boolean`
#### Defined in
node_modules/@ethersproject/abi/lib/interface.d.ts:32
___
### hash
• `Readonly` **hash**: `string`
#### Defined in
node_modules/@ethersproject/abi/lib/interface.d.ts:31
## Methods
### isIndexed
▸ `Static` **isIndexed**(`value`): value is Indexed
#### Parameters
| Name | Type |
| :------ | :------ |
| `value` | `any` |
#### Returns
value is Indexed
#### Defined in
node_modules/@ethersproject/abi/lib/interface.d.ts:33