neo-go/pkg/rpcclient/actor
Evgenii Stratonikov 962b161652 wallet: allow complex contract verification schemes, close #3015
This was recently added in neotest, but working with the real RPC is
still not enjoyable. This commit extends `wallet.Account` with
invocation script builder to aid network fee calculations and signing.

Signed-off-by: Evgenii Stratonikov <fyfyrchik@runbox.com>
2023-12-21 11:26:55 +03:00
..
actor.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
actor_test.go *: replace go.uber.org/atomic with sync/atomic 2023-10-12 17:59:34 +03:00
compat_test.go rpc: add compat tests for RPC* interfaces and Client implementations 2022-10-24 06:09:36 +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
waiter.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
waiter_test.go actor: check for tx after the subscription in wsWaiter, fix #2805 2022-11-22 17:28:55 +03:00