@ccw-api/api
    Preparing search index...
    type SmartCoinContract = {
        accountId: MongoDBId;
        bizId: MongoDBId;
        bizType: SmartContractBizType;
        createdAt: number;
        id: number;
        rules: SmartContractRule[];
        status: "ENABLED";
        title: "通用合约";
        type: "GENERAL";
        updatedAt: number;
    }
    Index

    Properties

    accountId: MongoDBId
    bizId: MongoDBId
    createdAt: number
    id: number
    status: "ENABLED"
    title: "通用合约"
    type: "GENERAL"
    updatedAt: number