PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-trx/src/lib
Просмотр файла: enum.ts
/**
* Contract type describes a class of contract in a Transaction. This structure is used to identify what the Contract is.
*/
export enum ContractType {
/**
* This is a transfer of TRX contract.
*/
Transfer,
/**
* This is the multi-sig initialization contract.
*/
AccountPermissionUpdate,
/**
* This is a smart contract type.
*/
TriggerSmartContract,
}
export enum PermissionType {
Owner,
Witness,
Active,
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!