neo-go/pkg/smartcontract
Roman Khimov 92a931c145 smartcontract: provide interface{}->Parameter conversion
Which is almost like a NeoFS's toStackParameter() on steroids (except it
doesn't mess with noderoles package, it can be casted to int). RPC client's
Invoke* functions expect Parameters, so make it easy to create them.
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: improve package documentation 2022-08-01 21:31:23 +03:00
doc_test.go smartcontract: add Builder, method invocation helpers and doc 2022-07-25 22:49:47 +03:00
entry.go smartcontract: make CreateCallAndUnwrapIteratorScript accept Go types 2022-08-01 21:31:23 +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: provide interface{}->Parameter conversion 2022-08-01 21:31:23 +03:00
parameter_test.go smartcontract: provide interface{}->Parameter conversion 2022-08-01 21:31:23 +03:00