forked from TrueCloudLab/neoneo-go
MarshalJSON should be defined on structure (not pointer), as we use structures to marshal parameters (e.g. in NotificationEvent and Invoke of RPC result package) and never use pointers for that purpose. Also added marshalling of nil array into `[]` instead of `null` to follow C# implementation. |
||
---|---|---|
.. | ||
context | ||
manifest | ||
trigger | ||
call_flags.go | ||
call_flags_test.go | ||
contract.go | ||
contract_details.go | ||
contract_test.go | ||
convertor.go | ||
convertor_test.go | ||
param_type.go | ||
param_type_test.go | ||
parameter.go | ||
parameter_test.go |