forked from TrueCloudLab/neoneo-go
648e0bb242
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 |
||
---|---|---|
.. | ||
param.go | ||
param_test.go | ||
params.go | ||
scdetails.go | ||
tx_builder_test.go | ||
txBuilder.go | ||
txTypes.go | ||
types.go |