neoneo-go/pkg/rpc
Roman Khimov 4f8e4628dc cli/rpc: hide parameter encoding details for Invoke* calls
The script is passed as a hex string, but no one should care. The hash is a
hex-encoded LE value, but no one should care either. Hex might change to
base64, LE to BE, no one outside these functions should care about that.
2020-07-02 16:41:34 +03:00
..
client cli/rpc: hide parameter encoding details for Invoke* calls 2020-07-02 16:41:34 +03:00
request cli/rpc: test-invoke deployment script to get the system fee value 2020-07-02 16:41:31 +03:00
response *: switch from fixed8 to int64 2020-06-29 21:39:27 +03:00
server *: switch from fixed8 to int64 in (Blockchain).CalculateClaimable 2020-06-29 21:40:54 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00