neoneo-go/pkg/rpc
Anna Shaleva 73ecbb2fb3 rpc: adjust helper contract code
Compiler forces notification parameters to match the one specified in
manifest, and manifest of `test_contract.go` tells that `to` parameter
type is hash160:
```
event 'Transfer' should have 'Hash160' as type of 1 parameter, got: ByteArray
```
2022-01-14 16:47:31 +03:00
..
client rpc/client: fix custom* scope processing in CreateTxFromScript 2021-11-22 12:44:42 +03:00
request rpc: pass single Param to CreateFunctionInvocationScript 2021-11-20 21:57:41 +03:00
response rpc: add verbose parameter to invokefunction and invokescript 2021-11-20 21:57:41 +03:00
server rpc: adjust helper contract code 2022-01-14 16:47:31 +03:00
rpc_config.go rpc: add server-side NEP-11 tracking API 2021-11-19 12:58:46 +03:00