Skip to content

Commit

Permalink
doc: add explanation regarding uri
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed May 21, 2024
1 parent 94fb8e3 commit 715930b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/contracts/token-internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function _balanceOfBatch(owners: string[], ids: u256[]): u256[] {
}

/**
* @param id - the id of the token
* @param id - the id of the token - it is not used in this implementation but mandatory for the ERC1155 standard
* @returns the URI for the token
*/
export function _uri(_: u256): string {
Expand Down

0 comments on commit 715930b

Please sign in to comment.