Skip to content

Commit

Permalink
fix: json tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangguiguang committed May 16, 2023
1 parent fac8da3 commit 9f4b420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type TypeOrigin struct {
}

type SuiObjectData struct {
ObjectId sui_types.ObjectID `json:"sui_types.objectId"`
ObjectId sui_types.ObjectID `json:"objectId"`
Version SafeSuiBigInt[sui_types.SequenceNumber] `json:"version"`
Digest sui_types.ObjectDigest `json:"digest"`
/**
Expand Down

0 comments on commit 9f4b420

Please sign in to comment.