Skip to content

Commit

Permalink
rpcv03 declare tx comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Sep 4, 2023
1 parent 6ddec9f commit 11e72b5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions rpc/types_contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ type DeprecatedContractClass struct {
ABI *ABI `json:"abi,omitempty"`
}

type ContractClassTemp struct {
SierraProgram []*felt.Felt `json:"sierra_program"`

ContractClassVersion string `json:"contract_class_version"`

EntryPointsByType EntryPointsByType `json:"entry_points_by_type"`

ABI *ABI `json:"abi,omitempty"`
}

type ContractClass struct {
// Program A base64 representation of the compressed program code
Program string `json:"program"`
Expand Down

0 comments on commit 11e72b5

Please sign in to comment.