PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/xrpl/src/models/ledger

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

export interface BaseLedgerEntry {
  index: string
}

export interface HasPreviousTxnID {
  /**
   * The identifying hash of the transaction that most recently modified this
   * object.
   */
  PreviousTxnID: string
  /**
   * The index of the ledger that contains the transaction that most recently
   * modified this object.
   */
  PreviousTxnLgrSeq: number
}

export interface HasOptionalPreviousTxnID {
  /**
   * The identifying hash of the transaction that most recently modified this
   * object. This field was added in the `fixPreviousTxnID` amendment, so it
   * may not be present in every object.
   */
  PreviousTxnID?: string
  /**
   * The index of the ledger that contains the transaction that most recently
   * modified this object. This field was added in the `fixPreviousTxnID`
   * amendment, so it may not be present in every object.
   */
  PreviousTxnLgrSeq?: number
}

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


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