neoneo-go/pkg/rpcclient
Roman Khimov c0705e45c9 rpcclient: add actor package
Somewhat similar to invoker, but changing the state (or just creating a
transaction). Transaction creation could've been put into a structure of its
own, but it seems to be less convenient to use this way.
2022-08-07 22:33:56 +03:00
..
actor rpcclient: add actor package 2022-08-07 22:33:56 +03:00
invoker rpcclient: add CallAndExpandIterator to Invoker 2022-08-01 21:31:23 +03:00
nns rpc/client: move to pkg/rpcclient 2022-07-21 22:39:53 +03:00
client.go rpcclient: use Invoker internally for external APIs 2022-08-01 21:31:23 +03:00
doc.go rpc/client: move to pkg/rpcclient 2022-07-21 22:39:53 +03:00
doc_test.go rpc/client: move to pkg/rpcclient 2022-07-21 22:39:53 +03:00
helper.go rpcclient: add CallAndExpandIterator to Invoker 2022-08-01 21:31:23 +03:00
native.go rpcclient: add CallAndExpandIterator to Invoker 2022-08-01 21:31:23 +03:00
nep.go rpcclient: use Invoker internally for external APIs 2022-08-01 21:31:23 +03:00
nep11.go rpcclient: add CallAndExpandIterator to Invoker 2022-08-01 21:31:23 +03:00
nep17.go smartcontract: add Builder, method invocation helpers and doc 2022-07-25 22:49:47 +03:00
policy.go rpcclient: use Invoker internally for external APIs 2022-08-01 21:31:23 +03:00
rpc.go rpcclient: add actor package 2022-08-07 22:33:56 +03:00
rpc_test.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
wsclient.go neorpc/result: move NotaryRequestEvent to this package 2022-07-25 11:58:13 +03:00
wsclient_test.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00