Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavid010 committed Dec 2, 2020
1 parent a7f1b1b commit 7a82180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 191 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,11 @@ erc725.getData(schemaKey [, schemaElement])

1. `schemaKey` - `string`: The name or the hash of the key name as defined in the schema.

1. `schemaElement` - `Object`(optinal): An optional custom schema element to use for decoding the returned value. Overrides attached schema of instance on this call only.

This will return the decoded value as defined by the associated schema element from the ERC725 contract.
1. `schemaElement` - `Object`(optional): An optional custom schema element to use for decoding the returned value. Overrides attached schema of instance on this call only.

**Returns**

`Mixed`: Returns the decoded value.
`Mixed`: Returns the decoded value as expected by the schema.

**Example**

Expand Down
187 changes: 0 additions & 187 deletions docs/utility-methods.md

This file was deleted.

0 comments on commit 7a82180

Please sign in to comment.