Merge pull request #20 from miancan/fix/delete_omitempty
feat: delete MoveCallSuiTransaction omitempty
This commit is contained in:
@@ -49,8 +49,8 @@ type MoveCallSuiTransaction struct {
|
||||
Function string `json:"function"`
|
||||
TypeArguments []string `json:"type_arguments"`
|
||||
Arguments []struct {
|
||||
Input int `json:"Input,omitempty"`
|
||||
Result int `json:"Result,omitempty"`
|
||||
Input int `json:"Input"`
|
||||
Result int `json:"Result"`
|
||||
} `json:"arguments"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user