neoneo-go/pkg/smartcontract
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
..
trigger core: add trigger types as constants. Closes #509 2019-12-04 12:27:04 +03:00
contract.go emit: use io.BinWriter instead of bytes.Buffer 2020-02-06 18:45:37 +03:00
contract_test.go io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
param_context.go rpc/smartcontract: merge contract parameter types 2020-03-02 17:25:21 +03:00
param_context_test.go rpc/smartcontract: merge contract parameter types 2020-03-02 17:25:21 +03:00
param_type.go rpc/smartcontract: merge contract parameter types 2020-03-02 17:25:21 +03:00
param_type_test.go rpc/smartcontract: merge contract parameter types 2020-03-02 17:25:21 +03:00