import 'package:multibaas/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
label | String | A label. | |
contractName | String | The name of the contract. | |
version | String | The contract version. | |
bin | String | The smart-contract bytecode. | [optional] |
rawAbi | 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. | [optional] |
isFavorite | bool | [optional] | |
abi | ContractABI | ||
instances | BuiltList<ContractInstance> | List of the contract instances. | [optional] |