neoneo-go/pkg/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
..
binding *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
callflag *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
context smartcontract: add comment to GetCompleteTransaction 2022-10-13 16:07:34 +03:00
manifest *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
nef [#2442] English Check 2022-05-04 19:48:27 +03:00
rpcbinding *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
testdata cli: add filebytes parameter type 2021-02-19 10:52:45 +03:00
trigger [#2442] English Check 2022-05-04 19:48:27 +03:00
builder.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
builder_test.go smartcontract: add Len to Builder 2022-09-14 10:25:10 +03:00
contract.go smartcontract: fix error message for CreateMultiSigRedeemScript 2022-10-07 15:56:34 +03:00
contract_test.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
doc.go smartcontract: improve package documentation 2022-08-01 21:31:23 +03:00
doc_test.go smartcontract: modernize Builder example 2022-09-07 22:40:25 +03:00
entry.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
param_type.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
param_type_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
parameter.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
parameter_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00