neoneo-go/pkg/rpcclient/actor
Leonard Lyubich cbdc6ba469 rpcclient/actor: Document RPCActor.CalculateNetworkFee method
`Actor.MakeUnsignedUncheckedRun` method imposes restriction to
`CalculateNetworkFee` method's implementations: `Hash` or `Size` methods
must not be called on the pointer to the given transaction.

Add docs to adjust described requirement.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2023-01-17 21:28:20 +03:00
..
actor.go rpcclient/actor: Document RPCActor.CalculateNetworkFee method 2023-01-17 21:28:20 +03:00
actor_test.go rpc: add tests for RPC waiters 2022-10-24 06:09:36 +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 context: define a constant for transaction context type 2022-09-08 14:33:04 +03:00
maker.go actor: allow providing default attributes/hooks to be used 2022-08-29 15:08:37 +03:00
maker_test.go rpc: add tests for RPC waiters 2022-10-24 06:09:36 +03:00
waiter.go actor: don't abort waiter on "already exists" error 2022-11-23 10:07:37 +03:00
waiter_test.go actor: check for tx after the subscription in wsWaiter, fix #2805 2022-11-22 17:28:55 +03:00