PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/xrpl/dist/npm/models/transactions

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

import { BaseTransaction } from './common';
export declare enum EnableAmendmentFlags {
    tfGotMajority = 65536,
    tfLostMajority = 131072
}
export interface EnableAmendment extends BaseTransaction {
    TransactionType: 'EnableAmendment';
    Amendment: string;
    LedgerSequence: number;
}
//# sourceMappingURL=enableAmendment.d.ts.map

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


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