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

Support named parameter type entry for sc build commands #781

@ixje

Description

@ixje

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions