Skip to content

Commit

Permalink
fix tag for nftevent
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Apr 24, 2024
1 parent d08ddd9 commit a0bb57e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions submodules/pair/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ type NftClassData struct {
}

type WriteAckForNftEvent struct {
ClassData string `json:"classData"`
ClassId string `json:"classId"`
ClassUri string `json:"classUri"`
ClassData string `json:"class_data"`
ClassId string `json:"class_id"`
ClassUri string `json:"class_uri"`
Receiver sdk.AccAddress `json:"receiver"`
Sender sdk.AccAddress `json:"sender"`
//TokenData []string `json:"tokenData"`
Expand Down

0 comments on commit a0bb57e

Please sign in to comment.