neoneo-go/cli/smartcontract
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
..
testdata *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
contract_test.go services: allow multiple listen addresses for simple services 2022-12-07 11:23:01 +03:00
generate.go cli: adjust flags description for smartcontract generate-* 2022-12-28 12:18:09 +03:00
generate_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
manifest.go *: always close the wallet after use 2022-09-02 14:44:32 +03:00
permission.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
smart_contract.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
smart_contract_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00