Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.07 KB

Contract.md

File metadata and controls

25 lines (20 loc) · 1.07 KB

multibaas.model.Contract

Load the model package

import 'package:multibaas/api.dart';

Properties

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]

[Back to Model list] [Back to API list] [Back to README]