neo-go/pkg/rpcclient/actor
Ekaterina Pavlova 4c6dca876c rpcclient: move Waiter to a separate package
There are use-cases when not only Actor, but also Invoker and even
simple RPC client must wait (e.g. sendtx or dumptx CLI commands). Actor
requires optional signers in constructor, and it's not always
appropriate to create Actor only to be able to use Waiter, sometimes
it's needed to use only Waiter without Actor.

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2023-12-28 15:30:15 +03:00
..
actor.go rpcclient: move Waiter to a separate package 2023-12-28 15:30:15 +03:00
actor_test.go *: replace go.uber.org/atomic with sync/atomic 2023-10-12 17:59:34 +03:00
compat_test.go rpcclient: move Waiter to a separate package 2023-12-28 15:30:15 +03:00
doc_test.go ci: fix lint issues (fix #2948) 2023-03-29 11:19:23 +08:00
maker.go wallet: allow complex contract verification schemes, close #3015 2023-12-21 11:26:55 +03:00
maker_test.go config: use uint32 for validators/committee members count 2023-04-13 13:42:40 +03:00