Skip to content

Commit

Permalink
feature: Contract struct supports Lima RLP serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Sep 11, 2019
1 parent a4902a4 commit df1249b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aeternity/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
type ContractFunction struct {
FuncHash []byte
FuncName string
Payable bool
ArgType []byte
OutType []byte
}
Expand All @@ -24,6 +25,7 @@ type Contract struct {
TypeInfo []ContractFunction
Bytecode []byte
CompilerVersion string
Payable bool
}

// NewContractFromString takes a cb_ compiled bytecode string and returns a
Expand Down

0 comments on commit df1249b

Please sign in to comment.