neo-go/pkg/rpcclient
Tatiana Nesterenko acd821948f unwrap: add Nothing function
The `Nothing` function expects zero stack items and a successful invocation
(HALT state).

Signed-off-by: Tatiana Nesterenko <tatiana@nspcc.io>
2023-09-03 16:54:50 +01:00
..
actor config: use uint32 for validators/committee members count 2023-08-01 17:22:28 +03:00
gas *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
invoker Merge pull request #2957 from nspcc-dev/rm-go-17 2023-04-04 15:25:14 +03:00
management rpcclient: adjust unwrapContract helper 2023-08-01 17:46:12 +03:00
neo *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
nep11 smartcontract: drop standard events before RPC binging generation 2023-05-31 15:53:43 +03:00
nep17 smartcontract: drop standard events before RPC binging generation 2023-05-31 15:53:43 +03:00
neptoken *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
nns *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
notary vm: allow to emit convertible 2023-05-17 12:47:31 +03:00
oracle *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
policy *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
rolemgmt *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
unwrap unwrap: add Nothing function 2023-09-03 16:54:50 +01:00
client.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
client_test.go rpcclient: expose endpoint (fixes #2912) 2023-02-15 08:29:44 +01:00
doc.go rpcclient: support getrawnotarytransaction and getrawnotarypool RPC methods 2023-08-31 18:51:43 +01:00
doc_test.go rpc/client: move to pkg/rpcclient 2022-07-21 22:39:53 +03:00
helper.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
local.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
local_test.go rpcclient: add Internal client for direct RPC server calls 2023-02-16 23:49:58 +03:00
native.go Merge pull request #2665 from nspcc-dev/notary-rpcclient 2022-08-30 12:43:13 +03:00
nep.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
nep11.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
nep17.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
policy.go rpcclient; deprecate more methods 2022-09-08 14:33:04 +03:00
rpc.go rpcclient: support getrawnotarytransaction and getrawnotarypool RPC methods 2023-08-31 18:51:43 +01:00
rpc_test.go rpcclient: support getrawnotarytransaction and getrawnotarypool RPC methods 2023-08-31 18:51:43 +01:00
wsclient.go rpcclient: close subscriber channels on wsReader exit 2023-08-01 17:29:14 +03:00
wsclient_test.go rpcclient: fix test after 0.101.4 merge 2023-08-02 10:35:19 +03:00