neoneo-go/pkg/smartcontract
Roman Khimov 3c5a720e3a smartcontract: drop Params type and TryParse methods
They were first introduced in a058598ecc and
then carefully moved in 648e0bb242, but it looks
like they were never used by any external code. This code can be useful on the
server, but the server has its own params package to deal with
parameters. Clients usually create Parameters and then get results as
stackitem.Items, so they don't use this code either. So there is zero point in
keeping it.
2022-08-01 21:31:23 +03:00
..
binding [#2442] English Check 2022-05-04 19:48:27 +03:00
callflag gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00
context [#2442] English Check 2022-05-04 19:48:27 +03:00
manifest [#2442] English Check 2022-05-04 19:48:27 +03:00
nef [#2442] English Check 2022-05-04 19:48:27 +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 smartcontract: add Builder, method invocation helpers and doc 2022-07-25 22:49:47 +03:00
contract.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
contract_test.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
doc.go smartcontract: add Builder, method invocation helpers and doc 2022-07-25 22:49:47 +03:00
doc_test.go smartcontract: add Builder, method invocation helpers and doc 2022-07-25 22:49:47 +03:00
entry.go *: reuse smartcontract package to create standard entry scripts 2022-07-26 12:19:49 +03:00
param_type.go [#2442] English Check 2022-05-04 19:48:27 +03:00
param_type_test.go smartcontract: allow to use *big.Int numbers for integers 2022-04-01 08:38:34 +03:00
parameter.go smartcontract: drop Params type and TryParse methods 2022-08-01 21:31:23 +03:00
parameter_test.go smartcontract: drop Params type and TryParse methods 2022-08-01 21:31:23 +03:00