neoneo-go/pkg/services/rpcsrv
Roman Khimov 194933a5cc rpcclient: provide nep11 package for NEP-11 tokens
Unfortunately Go doesn't allow to easily reuse readers in full packages, still
we can have this wrapper with a little overhead (the alternative is to move
specific methods into types of their own, but I'm not sure how it's going to
be accepted user-side).
2022-08-19 10:37:22 +03:00
..
params rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
testdata Revert "native/interop: revert management.hasMethod()" 2022-07-28 17:00:34 +03:00
client_test.go rpcclient: provide nep11 package for NEP-11 tokens 2022-08-19 10:37:22 +03:00
error.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
prometheus.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00
server.go rpcsrv: return more configuration data to the client 2022-08-09 15:36:40 +03:00
server_helper_test.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00
server_test.go core: fix native Management's hasMethod signature 2022-08-11 16:10:01 +03:00
subscription.go neorpc/result: move NotaryRequestEvent to this package 2022-07-25 11:58:13 +03:00
subscription_test.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
tokens.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
util.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00