This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Description
Current behavior
Do after #623 is merged.
Currently the sc build_run and sc load_run commands require numeric entry of the contract parameter types defined in
|
Signature = 0x00 |
|
Boolean = 0x01 |
|
Integer = 0x02 |
|
Hash160 = 0x03 |
|
Hash256 = 0x04 |
|
ByteArray = 0x05 |
|
PublicKey = 0x06 |
|
String = 0x07 |
|
Array = 0x10 |
|
InteropInterface = 0xf0 |
|
Void = 0xff |
Expected behavior
We can improve the user experience by allowing for named inputs, such that these numbers don't have to be remembered.