mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-02 09:40:35 +00:00
37af2031bb
There are two ways of doing this: first one is to emit all notifications parameter data into rpcbindings configuration on compile time (event if the parameter has a simple type), and the second one is to fetch parameter type from the manifest on rpcbinding file generation if needed (we always have manifest at this stage, thus it's not a problem to retrieve necessary information). The latter case is chosen to reduce the bindings configuration file size. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru> |
||
---|---|---|
.. | ||
binding | ||
callflag | ||
context | ||
manifest | ||
nef | ||
rpcbinding | ||
testdata | ||
trigger | ||
builder.go | ||
builder_test.go | ||
contract.go | ||
contract_test.go | ||
doc.go | ||
doc_test.go | ||
entry.go | ||
param_type.go | ||
param_type_test.go | ||
parameter.go | ||
parameter_test.go |