Skip to content

Commit

Permalink
Merge pull request #348 from ERC725Alliance/develop
Browse files Browse the repository at this point in the history
Sync main
  • Loading branch information
CallumGrindle authored Nov 9, 2023
2 parents b1bb164 + 8b1d1ff commit 1562a9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/classes/ERC725.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,9 @@ The key name or erc725y json schema associated to the key hash to decode, for in

#### Returns

| Name | Type | Description |
| :---------------- | :--------------------------------------------------- | :----------------------------------------------- |
| `dynamicKeyParts` | {type: string, value: string OR number OR boolean}[] | The dynamic key parts decoded from the key hash. |
| Name | Type | Description |
| :---------------- | :----------------------------------------------------- | :----------------------------------------------- |
| `dynamicKeyParts` | \{type: string, value: string OR number OR boolean\}[] | The dynamic key parts decoded from the key hash. |

#### Example

Expand Down
4 changes: 2 additions & 2 deletions schemas/LSP6KeyManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"name": "AddressPermissions:AllowedCalls:<address>",
"key": "0x4b80742de2bf393a64c70000<address>",
"keyType": "MappingWithGrouping",
"valueType": "(bytes4,address,bytes4)[CompactBytesArray]",
"valueContent": "(Bytes4,Address,Bytes4)"
"valueType": "(bytes4,address,bytes4,bytes4)[CompactBytesArray]",
"valueContent": "(BitArray,Address,Bytes4,Bytes4)"
},
{
"name": "AddressPermissions:AllowedERC725YDataKeys:<address>",
Expand Down

0 comments on commit 1562a9d

Please sign in to comment.