label required | string (Label) ^[a-z0-9_-]+$ An alias to easily identify and reference the entity in subsequent requests.
|
contractName required | string (ContractName) ^[^"#$%&''()*+,/:;<>?[\\\]^\x60{}~]*$ The name of the contract.
|
version required | string (ContractVersion) ^[^"#$%&''()*+,/:;<>?[\\\]^\x60{}~]*$ |
bin | string (Hex) ^(0x[0-9a-f]*|0X[0-9A-F]*)$ The smart-contract bytecode.
|
rawAbi required | string The contract raw ABI JSON string.
|
userDoc | string The user documentation JSON string.
|
developerDoc | string The developer documentation JSON string.
|
metadata | string The contract metadata JSON string.
|
isFavorite | |