PHP WebShell

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

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

import { TransactionFee } from '@bitgo/sdk-core';
import { ITransactionExplanation } from './transactionExplanation';

/**
 * The transaction data returned from the toJson() function of a transaction
 */
export interface TxData {
  id: string;
  sender: string;
  destination: string;
  destinationAlias: string;
  amount: string;
  withdrawAmount: string;
  seqno: number;
  expirationTime: number;
  publicKey: string;
  signature: string;
  bounceable: boolean;
}

export type TransactionExplanation = ITransactionExplanation<TransactionFee>;

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


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