PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/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,
    /**
     * This is the contract for freezeBuilder
     */
    FreezeBalanceV2 = 3,
    /**
     * This is the contract for voting for witnesses
     */
    VoteWitness = 4,
    /**
     * This is the contract for unfreezing balances
     */
    UnfreezeBalanceV2 = 5,
    /**
     * This is the contract for withdrawing expired unfrozen balances
     */
    WithdrawExpireUnfreeze = 6,
    /**
     * This is the contract for withdrawing reward balances
     */
    WithdrawBalance = 7,
    /**
     * This is the contract for delegating resource
     */
    DelegateResourceContract = 8,
    /**
     * This is the contract for un-delegating resource
     */
    UnDelegateResourceContract = 9
}
export declare enum PermissionType {
    Owner = 0,
    Witness = 1,
    Active = 2
}
/**
 * Tron resource types
 */
export declare enum TronResource {
    BANDWIDTH = "BANDWIDTH",
    ENERGY = "ENERGY"
}
//# sourceMappingURL=enum.d.ts.map

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


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