PHP WebShell

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

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

/**
 * LedgerEntry type definitions are exported in their own namespace to prevent
 * collisions of the DepositPreauth SLE and Transaction. LedgerEntries are used
 * by the client less often, and in most scenarios, like when parsing a
 * response, the client won't need to import the type. If it is required to use
 * a Ledger Entry, import `LedgerEntry`, and access individual ledger entry
 * types on the `LedgerEntry` namespace.
 */
export * as LedgerEntry from './ledger'
export {
  setTransactionFlagsToNumber,
  parseAccountRootFlags,
} from './utils/flags'
export * from './methods'
export * from './transactions'
export * from './common'

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


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