neoneo-go/cli
Anna Shaleva 648e0bb242 rpc/smartcontract: merge contract parameter types
Merged two types:
	- smartcontract.ParamType
	- rpc.StackParamType
into single one:
	- smartcontract.ParamType
as they duplicated the functionality.

NOTE: type smartcontract.MapType was added (as in C# implementation).

From now, list of supported smartcontract parameter types:
	UnknownType
	SignatureType
	BoolType
	IntegerType
	Hash160Type
	Hash256Type
	ByteArrayType
	PublicKeyType
	StringType
	ArrayType
	MapType
	InteropInterfaceType
	VoidType
2020-03-02 17:25:21 +03:00
..
server rpc: move server-related code to a separate package 2020-02-21 15:12:04 +03:00
smartcontract rpc/smartcontract: merge contract parameter types 2020-03-02 17:25:21 +03:00
vm cli: move avm inspect from vm to contract command 2019-10-29 12:56:44 +03:00
wallet cli: provide separate function for opening wallet 2020-02-21 12:14:53 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: extend NewCommand() to NewCommands() 2019-10-19 23:58:45 +03:00