Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark committed Jul 9, 2024
1 parent 78659e5 commit 8e78b86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions x/asset/spec/02_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 2

## Store

### Token Management
### Token Store

Map: `0x00 | {Token ID} -> Token`

Expand All @@ -19,7 +19,11 @@ type Token struct {
}
```

Map: `0x01 | {Token ID} | TokenManagement -> TokenManagement`
Note that these infos are also stored in the `metadata` store of bank module.

### Token Management

Map: `0x01 | {Token ID} -> TokenManagement`

Token management holds these information about the token:

Expand Down

0 comments on commit 8e78b86

Please sign in to comment.