neo-go/pkg/rpcclient/notary
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
..
accounts.go rpcclient: add notary.Actor for seamless notary experience 2022-08-30 11:47:56 +03:00
accounts_test.go rpcclient: add notary.Actor for seamless notary experience 2022-08-30 11:47:56 +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
contract.go *: use nativehashes package where possible 2024-04-25 13:26:54 +03:00
contract_test.go core, rpcsrv: apply generic attributes fee logic to NotaryServiceFeePerKey 2023-11-21 13:42:56 +03:00
doc_test.go rpcclient: make default Notary actor options customizable 2024-04-02 18:56:43 +03:00