Skip to content

Commit

Permalink
bump api-documentar and api extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Arregui committed Jun 13, 2023
1 parent d123c48 commit 61f7cc5
Show file tree
Hide file tree
Showing 539 changed files with 1,399 additions and 1,665 deletions.
2 changes: 1 addition & 1 deletion docs/eth-connect.abiconstructor.anonymous.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiConstructor.anonymous property

<b>Signature:</b>
**Signature:**

```typescript
anonymous?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abiconstructor.constant.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiConstructor.constant property

<b>Signature:</b>
**Signature:**

```typescript
constant?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abiconstructor.gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiConstructor.gas property

<b>Signature:</b>
**Signature:**

```typescript
gas?: number;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abiconstructor.inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiConstructor.inputs property

<b>Signature:</b>
**Signature:**

```typescript
inputs?: AbiInput[];
Expand Down
24 changes: 12 additions & 12 deletions docs/eth-connect.abiconstructor.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
## AbiConstructor interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AbiConstructor
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [anonymous?](./eth-connect.abiconstructor.anonymous.md) | boolean | <i>(Optional)</i> |
| [constant?](./eth-connect.abiconstructor.constant.md) | boolean | <i>(Optional)</i> |
| [gas?](./eth-connect.abiconstructor.gas.md) | number | <i>(Optional)</i> |
| [inputs?](./eth-connect.abiconstructor.inputs.md) | [AbiInput](./eth-connect.abiinput.md)<!-- -->\[\] | <i>(Optional)</i> |
| [name?](./eth-connect.abiconstructor.name.md) | string | <i>(Optional)</i> |
| [outputs?](./eth-connect.abiconstructor.outputs.md) | [AbiOutput](./eth-connect.abioutput.md)<!-- -->\[\] | <i>(Optional)</i> |
| [payable?](./eth-connect.abiconstructor.payable.md) | boolean | <i>(Optional)</i> |
| [stateMutability?](./eth-connect.abiconstructor.statemutability.md) | [StateMutabilityType](./eth-connect.statemutabilitytype.md) | <i>(Optional)</i> |
| [type](./eth-connect.abiconstructor.type.md) | 'constructor' | |
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [anonymous?](./eth-connect.abiconstructor.anonymous.md) | | boolean | _(Optional)_ |
| [constant?](./eth-connect.abiconstructor.constant.md) | | boolean | _(Optional)_ |
| [gas?](./eth-connect.abiconstructor.gas.md) | | number | _(Optional)_ |
| [inputs?](./eth-connect.abiconstructor.inputs.md) | | [AbiInput](./eth-connect.abiinput.md)<!-- -->\[\] | _(Optional)_ |
| [name?](./eth-connect.abiconstructor.name.md) | | string | _(Optional)_ |
| [outputs?](./eth-connect.abiconstructor.outputs.md) | | [AbiOutput](./eth-connect.abioutput.md)<!-- -->\[\] | _(Optional)_ |
| [payable?](./eth-connect.abiconstructor.payable.md) | | boolean | _(Optional)_ |
| [stateMutability?](./eth-connect.abiconstructor.statemutability.md) | | [StateMutabilityType](./eth-connect.statemutabilitytype.md) | _(Optional)_ |
| [type](./eth-connect.abiconstructor.type.md) | | 'constructor' | |

2 changes: 1 addition & 1 deletion docs/eth-connect.abiconstructor.name.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiConstructor.name property

<b>Signature:</b>
**Signature:**

```typescript
name?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abiconstructor.outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiConstructor.outputs property

<b>Signature:</b>
**Signature:**

```typescript
outputs?: AbiOutput[];
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abiconstructor.payable.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiConstructor.payable property

<b>Signature:</b>
**Signature:**

```typescript
payable?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abiconstructor.statemutability.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiConstructor.stateMutability property

<b>Signature:</b>
**Signature:**

```typescript
stateMutability?: StateMutabilityType;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abiconstructor.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiConstructor.type property

<b>Signature:</b>
**Signature:**

```typescript
type: 'constructor';
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abievent.anonymous.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiEvent.anonymous property

<b>Signature:</b>
**Signature:**

```typescript
anonymous?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abievent.constant.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiEvent.constant property

<b>Signature:</b>
**Signature:**

```typescript
constant?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abievent.gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiEvent.gas property

<b>Signature:</b>
**Signature:**

```typescript
gas?: number;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abievent.inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiEvent.inputs property

<b>Signature:</b>
**Signature:**

```typescript
inputs?: AbiInput[];
Expand Down
24 changes: 12 additions & 12 deletions docs/eth-connect.abievent.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
## AbiEvent interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AbiEvent
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [anonymous?](./eth-connect.abievent.anonymous.md) | boolean | <i>(Optional)</i> |
| [constant?](./eth-connect.abievent.constant.md) | boolean | <i>(Optional)</i> |
| [gas?](./eth-connect.abievent.gas.md) | number | <i>(Optional)</i> |
| [inputs?](./eth-connect.abievent.inputs.md) | [AbiInput](./eth-connect.abiinput.md)<!-- -->\[\] | <i>(Optional)</i> |
| [name?](./eth-connect.abievent.name.md) | string | <i>(Optional)</i> |
| [outputs?](./eth-connect.abievent.outputs.md) | [AbiOutput](./eth-connect.abioutput.md)<!-- -->\[\] | <i>(Optional)</i> |
| [payable?](./eth-connect.abievent.payable.md) | boolean | <i>(Optional)</i> |
| [stateMutability?](./eth-connect.abievent.statemutability.md) | [StateMutabilityType](./eth-connect.statemutabilitytype.md) | <i>(Optional)</i> |
| [type](./eth-connect.abievent.type.md) | 'event' | |
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [anonymous?](./eth-connect.abievent.anonymous.md) | | boolean | _(Optional)_ |
| [constant?](./eth-connect.abievent.constant.md) | | boolean | _(Optional)_ |
| [gas?](./eth-connect.abievent.gas.md) | | number | _(Optional)_ |
| [inputs?](./eth-connect.abievent.inputs.md) | | [AbiInput](./eth-connect.abiinput.md)<!-- -->\[\] | _(Optional)_ |
| [name?](./eth-connect.abievent.name.md) | | string | _(Optional)_ |
| [outputs?](./eth-connect.abievent.outputs.md) | | [AbiOutput](./eth-connect.abioutput.md)<!-- -->\[\] | _(Optional)_ |
| [payable?](./eth-connect.abievent.payable.md) | | boolean | _(Optional)_ |
| [stateMutability?](./eth-connect.abievent.statemutability.md) | | [StateMutabilityType](./eth-connect.statemutabilitytype.md) | _(Optional)_ |
| [type](./eth-connect.abievent.type.md) | | 'event' | |

2 changes: 1 addition & 1 deletion docs/eth-connect.abievent.name.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiEvent.name property

<b>Signature:</b>
**Signature:**

```typescript
name?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abievent.outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiEvent.outputs property

<b>Signature:</b>
**Signature:**

```typescript
outputs?: AbiOutput[];
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abievent.payable.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiEvent.payable property

<b>Signature:</b>
**Signature:**

```typescript
payable?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abievent.statemutability.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiEvent.stateMutability property

<b>Signature:</b>
**Signature:**

```typescript
stateMutability?: StateMutabilityType;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abievent.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiEvent.type property

<b>Signature:</b>
**Signature:**

```typescript
type: 'event';
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifallback.anonymous.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFallback.anonymous property

<b>Signature:</b>
**Signature:**

```typescript
anonymous?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifallback.constant.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFallback.constant property

<b>Signature:</b>
**Signature:**

```typescript
constant?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifallback.gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFallback.gas property

<b>Signature:</b>
**Signature:**

```typescript
gas?: number;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifallback.inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFallback.inputs property

<b>Signature:</b>
**Signature:**

```typescript
inputs?: AbiInput[];
Expand Down
24 changes: 12 additions & 12 deletions docs/eth-connect.abifallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
## AbiFallback interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AbiFallback
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [anonymous?](./eth-connect.abifallback.anonymous.md) | boolean | <i>(Optional)</i> |
| [constant?](./eth-connect.abifallback.constant.md) | boolean | <i>(Optional)</i> |
| [gas?](./eth-connect.abifallback.gas.md) | number | <i>(Optional)</i> |
| [inputs?](./eth-connect.abifallback.inputs.md) | [AbiInput](./eth-connect.abiinput.md)<!-- -->\[\] | <i>(Optional)</i> |
| [name?](./eth-connect.abifallback.name.md) | string | <i>(Optional)</i> |
| [outputs?](./eth-connect.abifallback.outputs.md) | [AbiOutput](./eth-connect.abioutput.md)<!-- -->\[\] | <i>(Optional)</i> |
| [payable?](./eth-connect.abifallback.payable.md) | boolean | <i>(Optional)</i> |
| [stateMutability?](./eth-connect.abifallback.statemutability.md) | [StateMutabilityType](./eth-connect.statemutabilitytype.md) | <i>(Optional)</i> |
| [type](./eth-connect.abifallback.type.md) | 'fallback' | |
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [anonymous?](./eth-connect.abifallback.anonymous.md) | | boolean | _(Optional)_ |
| [constant?](./eth-connect.abifallback.constant.md) | | boolean | _(Optional)_ |
| [gas?](./eth-connect.abifallback.gas.md) | | number | _(Optional)_ |
| [inputs?](./eth-connect.abifallback.inputs.md) | | [AbiInput](./eth-connect.abiinput.md)<!-- -->\[\] | _(Optional)_ |
| [name?](./eth-connect.abifallback.name.md) | | string | _(Optional)_ |
| [outputs?](./eth-connect.abifallback.outputs.md) | | [AbiOutput](./eth-connect.abioutput.md)<!-- -->\[\] | _(Optional)_ |
| [payable?](./eth-connect.abifallback.payable.md) | | boolean | _(Optional)_ |
| [stateMutability?](./eth-connect.abifallback.statemutability.md) | | [StateMutabilityType](./eth-connect.statemutabilitytype.md) | _(Optional)_ |
| [type](./eth-connect.abifallback.type.md) | | 'fallback' | |

2 changes: 1 addition & 1 deletion docs/eth-connect.abifallback.name.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFallback.name property

<b>Signature:</b>
**Signature:**

```typescript
name?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifallback.outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFallback.outputs property

<b>Signature:</b>
**Signature:**

```typescript
outputs?: AbiOutput[];
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifallback.payable.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFallback.payable property

<b>Signature:</b>
**Signature:**

```typescript
payable?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifallback.statemutability.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFallback.stateMutability property

<b>Signature:</b>
**Signature:**

```typescript
stateMutability?: StateMutabilityType;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifallback.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFallback.type property

<b>Signature:</b>
**Signature:**

```typescript
type: 'fallback';
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifunction.anonymous.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFunction.anonymous property

<b>Signature:</b>
**Signature:**

```typescript
anonymous?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifunction.constant.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFunction.constant property

<b>Signature:</b>
**Signature:**

```typescript
constant?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifunction.gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFunction.gas property

<b>Signature:</b>
**Signature:**

```typescript
gas?: number;
Expand Down
2 changes: 1 addition & 1 deletion docs/eth-connect.abifunction.inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AbiFunction.inputs property

<b>Signature:</b>
**Signature:**

```typescript
inputs?: AbiInput[];
Expand Down
Loading

0 comments on commit 61f7cc5

Please sign in to comment.