neoneo-go/pkg/rpc
Roman Khimov 5b470f14cc rpc: pass single Param to CreateFunctionInvocationScript
N3 contracts require method and array of arguments to function correctly, but
CreateFunctionInvocationScript can produce scripts that won't work correctly
if one is to pass anything but a single array parameter to it. This doesn't
make much sense, so we can always expect there to be an array of parameters in
the third positional invokefunction argument (the same way C# node does).
2021-11-20 21:57:41 +03:00
..
client rpc/client: accept address as util.Uint160 in GetNEPXXTransfers 2021-11-19 12:58:46 +03:00
request rpc: pass single Param to CreateFunctionInvocationScript 2021-11-20 21:57:41 +03:00
response rpc: add client-side NEP-11 methods 2021-11-19 12:58:46 +03:00
server rpc: pass single Param to CreateFunctionInvocationScript 2021-11-20 21:57:41 +03:00
rpc_config.go rpc: add server-side NEP-11 tracking API 2021-11-19 12:58:46 +03:00