Skip to content

Commit

Permalink
update to SDK version 1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markgenuine committed Aug 1, 2023
1 parent 7ed8781 commit 0266b66
Show file tree
Hide file tree
Showing 11 changed files with 108 additions and 32 deletions.
4 changes: 3 additions & 1 deletion domain/abi.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ type (
}

DeploySet struct {
Tvc string `json:"tvc"`
Tvc string `json:"tvc,omitempty"`
Code string `json:"code,omitempty"`
StateInit string `json:"state_init,omitempty"`
WorkchainID *int `json:"workchain_id,omitempty"`
InitialData interface{} `json:"initial_data,omitempty"`
InitialPubKey string `json:"initial_pubkey,omitempty"`
Expand Down
Loading

0 comments on commit 0266b66

Please sign in to comment.