neo-go/pkg/rpc/client
Roman Khimov 5fe8287fbb rpc: use non-pointer Block and Transaction in results
Pointers can be nil and in some cases it's important to always have access to
Block or Transaction fields.
2020-06-18 12:13:35 +03:00
..
client.go client/cli: add network option to the RPC client 2020-06-18 12:11:13 +03:00
doc.go rpc: drop getaccountstate method 2020-06-05 19:20:16 +03:00
doc_test.go client/cli: add network option to the RPC client 2020-06-18 12:11:13 +03:00
nep5.go rpc: update CLI and RPC client invoke* calls 2020-06-11 20:32:05 +03:00
rpc.go Merge pull request #1047 from nspcc-dev/neo3/rpc/invoke 2020-06-11 21:39:20 +03:00
rpc_test.go rpc: use non-pointer Block and Transaction in results 2020-06-18 12:13:35 +03:00
wsclient.go rpc/client: handle client creation error in new wsclient 2020-05-26 11:36:47 +03:00
wsclient_test.go client/cli: add network option to the RPC client 2020-06-18 12:11:13 +03:00