neoneo-go/cli/smartcontract/testdata/nameservice
Anna Shaleva 37af2031bb rpcbinding: properly add imports for simple types of event parameters
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>
2023-05-31 15:53:43 +03:00
..
nns.go rpcbinding: properly add imports for simple types of event parameters 2023-05-31 15:53:43 +03:00
nns.manifest.json smartcontract: initial rpcbinding implementation, fix #2705 2022-10-27 22:57:49 +03:00