Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hal0x2328 authored Mar 15, 2019
1 parent 935a9a8 commit d172e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The operations of the NFT template contract are:
* **name**(): returns name of token
* **ownerOf**(token_id): returns owner of a token
* **properties**(token_id): returns a token's read-only data
* **rwProperties**(token_id): returns a token's read/write data
* **supportedStandards**(): returns a list of supported standards {"NEP-10"}
* **symbol**(): returns token symbol
* **token**(token_id): returns a dictionary where token, property, and uri keys map to their corresponding token's data
Expand Down

0 comments on commit d172e88

Please sign in to comment.