neo-go/pkg/smartcontract
Evgeniy Stratonikov 739db259e3 smartcontract: remove unused ParameterFromStackItem
It is exists from the times we used `smartcontract.Parameter` somewhere
in the `NotificationEvent`/`ApplicationLog`. `stackitem.ToJSON` now
handles this.

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2022-04-01 08:38:35 +03:00
..
binding cli/smartcontract: generate bindings to an existing contract 2022-02-23 15:40:06 +03:00
callflag callflag: allow to marshal call flags in YAML 2022-02-21 10:43:35 +03:00
context smartcontract: add hash check to paramcontext 2022-02-24 10:21:08 +03:00
manifest compiler: check overloaded methods for safeness one more time 2022-01-21 18:03:04 +03:00
nef nef: add Source field 2021-09-24 00:19:37 +03:00
testdata cli: add filebytes parameter type 2021-02-19 10:52:45 +03:00
trigger *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
contract.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
contract_test.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
param_type.go smartcontract: allow to use *big.Int numbers for integers 2022-04-01 08:38:34 +03:00
param_type_test.go smartcontract: allow to use *big.Int numbers for integers 2022-04-01 08:38:34 +03:00
parameter.go smartcontract: remove EncodeBinary for Parameter 2022-04-01 08:38:35 +03:00
parameter_test.go smartcontract: remove EncodeBinary for Parameter 2022-04-01 08:38:35 +03:00