智能合约
数据库
mintDatabase
function mintDatabase(
string memory title,
string memory description,
string memory curatorName,
string memory curatorUrl,
uint timeoutCrowd,
uint timeoutCurator,
uint thresholdCurator,
string memory jsonSchema
) public payablegetDatabasesAll
function getDatabasesAll() public view returns(DatabaseSimple[] memory)架构
Last updated