OSDN Git Service

add the other type of contract arguments include string, integer, boolean (#1418)
authoroysheng <33340252+oysheng@users.noreply.github.com>
Thu, 25 Oct 2018 05:54:16 +0000 (13:54 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 25 Oct 2018 05:54:16 +0000 (13:54 +0800)
commitc4026991ab00d8f0d5745fa1a376605f6b3daea1
tree6009af695839f9d1dd7d1a307e3f91daca59912f
parent7de2cc3011e572bbdeb0de61b20a973d81cf1d2c
add the other type of contract arguments include string, integer, boolean (#1418)

* support recursive contract

* add the other type of contract arguments include string, integer, boolean

* optimise

* modify test
api/compile.go
blockchain/txbuilder/txbuilder.go
blockchain/txbuilder/txbuilder_test.go
blockchain/txbuilder/types.go