neo-go/pkg/rpcclient/nep11
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
..
base.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
base_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
divisible.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
divisible_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
doc_test.go rpcclient: add examples for nep11/nep17/neo 2022-09-08 14:33:04 +03:00
nondivisible.go rpcclient: use separate reader/writer structs in nep11 and nep17 2022-09-08 14:33:03 +03:00
nondivisible_test.go rpcclient: provide nep11 package for NEP-11 tokens 2022-08-19 10:37:22 +03:00