neo-go/pkg/rpcclient/invoker
Roman Khimov db2956f1af smartcontract: add support for maps in NewParameterFromValue
It's just not possible to use maps in invokers/actors without this. And maps
have too many combinations to try pushing them into a type switch, that's
where reflection kicks in and solves it easily.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-11-18 15:20:39 +03:00
..
compat_test.go rpc: add compat tests for RPC* interfaces and Client implementations 2022-10-24 06:09:36 +03:00
doc_test.go neorpc: fix exported structure comment 2023-10-20 19:31:23 +03:00
invoker.go *: make use of min/max where appropriate 2024-08-23 22:11:29 +03:00
invoker_test.go smartcontract: add support for maps in NewParameterFromValue 2024-11-18 15:20:39 +03:00