Skip to content

Commit

Permalink
docs: update auto generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
b00ste committed Oct 12, 2023
1 parent ed74699 commit 8b061d4
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docs/libraries/LSP2ERC725YJSONSchema/LSP2Utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,28 +339,6 @@ Generate a ASSETURL value content.

<br/>

### isEncodedArray

```solidity
function isEncodedArray(bytes data) internal pure returns (bool);
```

Verify if `data` is an abi-encoded array.

#### Parameters

| Name | Type | Description |
| ------ | :-----: | -------------------------- |
| `data` | `bytes` | The bytes value to verify. |

#### Returns

| Name | Type | Description |
| ---- | :----: | ------------------------------------------------------------------------ |
| `0` | `bool` | `true` if the `data` represents an abi-encoded array, `false` otherwise. |

<br/>

### isCompactBytesArray

```solidity
Expand Down

0 comments on commit 8b061d4

Please sign in to comment.