Skip to content

Commit

Permalink
better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Aug 21, 2023
1 parent cbdd13d commit 424a2f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/preminter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ export const preminterTypedDataDefinition = ({
const types = {
CreatorAttribution: [
{ name: "tokenConfig", type: "TokenCreationConfig" },
// unique id scoped to the contract and token to create.
// ensure that a signature can be replaced, as long as the replacement
// has the same uid, and a newer version.
{ name: "uid", type: "uint32" },
{ name: "version", type: "uint32" },
// if this update should result in the signature being deleted.
{ name: "deleted", type: "bool" },
],
TokenCreationConfig: [
Expand Down

0 comments on commit 424a2f7

Please sign in to comment.