OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / blockchain / txbuilder / types.go
index 3749f7a..9de666f 100644 (file)
@@ -71,9 +71,3 @@ type IntegerArgument struct {
 type BoolArgument struct {
        Value bool `json:"value"`
 }
-
-// ContractArgument for smart contract
-type IpfsData struct {
-       Type string `json:"type"`
-       Data string `json:"data"`
-}