Smart Contract
Hợp đồng thông minh
Databases (Cơ sở dữ liệu)
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)Schema (lược đồ)
Row Method (Phương pháp hàng)
Mint Row ( phải trả)
Get Rows
Stake Row (phải trả)
Adjudicate Row
Burn Row
Khác
Chạy Cron Job
Events (Sự kiện)
Structs (cấu trúc)
Database (cơ sở dữ liệu)
Row
Stake
Decision
Stage
Last updated