Merge pull request #21 from miancan/fix/update_moduleMap_type
fix: update moduleMap type from string to map[string]string
This commit is contained in:
@@ -36,8 +36,8 @@ type SuiMoveNormalizedModule struct {
|
||||
}
|
||||
|
||||
type SuiRawMovePackage struct {
|
||||
Id string `json:"id,omitempty"`
|
||||
ModuleMap string `json:"moduleMap,omitempty"`
|
||||
Id string `json:"id,omitempty"`
|
||||
ModuleMap map[string]string `json:"moduleMap,omitempty"`
|
||||
}
|
||||
|
||||
type SuiRawData struct {
|
||||
|
||||
Reference in New Issue
Block a user