neo-go/pkg/rpcclient/actor
Roman Khimov a327a82085 actor: add a new WaitSuccess API
Most of the time people are interested in successful executions. Unfortunately,
unwrap package can't help here because of a different result structure (some
interface abstract can help, but it's still mostly stack-oriented and sessions
can be a problem), so this additional interface is needed.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-06-21 18:39:02 +03:00
..
actor.go actor: add a new WaitSuccess API 2024-06-21 18:39:02 +03:00
actor_test.go actor: add a new WaitSuccess API 2024-06-21 18:39:02 +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