neo-go/cli/smartcontract
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
..
smart_contract.go cli/rpc: hide parameter encoding details for Invoke* calls 2020-07-02 16:41:34 +03:00