neoneo-go/pkg/rpcclient/notary
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
..
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: don't abort waiter on "already exists" error 2022-11-23 10:07:37 +03:00
actor_test.go rpcclient: move Waiter to a separate package 2023-12-28 15:30:15 +03:00
contract.go core, rpcsrv: apply generic attributes fee logic to NotaryServiceFeePerKey 2023-11-21 13:42:56 +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 vm: allow to emit convertible 2023-05-17 12:47:31 +03:00