PHP WebShell

Текущая директория: /opt/BitGoJS/modules/sdk-coin-trx/dist/src/lib

Просмотр файла: enum.d.ts

/**
 * Contract type describes a class of contract in a Transaction. This structure is used to identify what the Contract is.
 */
export declare enum ContractType {
    /**
     * This is a transfer of TRX contract.
     */
    Transfer = 0,
    /**
     * This is the multi-sig initialization contract.
     */
    AccountPermissionUpdate = 1,
    /**
     * This is a smart contract type.
     */
    TriggerSmartContract = 2
}
export declare enum PermissionType {
    Owner = 0,
    Witness = 1,
    Active = 2
}
//# sourceMappingURL=enum.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!