neoneo-go/pkg/rpcclient/notary
Anna Shaleva 6b21ad9922 *: replace interface{} with any keyword
Everywhere including examples, external interop APIs, bindings generators
code and in other valuable places. A couple of `interface{}` usages are
intentionally left in the CHANGELOG.md, documentation and tests.
2023-04-04 13:22:42 +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 rpc: add Wait wrapper to Notary actor 2022-10-24 06:09:36 +03:00
contract.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
contract_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
doc_test.go rpcclient/notary: add OnNEP17PaymentData and an example 2022-09-08 14:33:04 +03:00