PHP WebShell

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

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

import { ITransactionRecipient } from '@bitgo/sdk-core';
export interface ITransactionExplanation<TFee = any, TAmount = any> {
    displayOrder: string[];
    id: string;
    outputs: ITransactionRecipient[];
    outputAmount: TAmount;
    changeOutputs: ITransactionRecipient[];
    changeAmount: TAmount;
    fee: TFee;
    proxy?: string;
    producers?: string[];
    withdrawAmount?: string;
}
//# sourceMappingURL=transactionExplanation.d.ts.map

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


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