PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/xrpl/dist/npm/models/transactions
Просмотр файла: oracleSet.d.ts
import { PriceData } from '../common';
import { BaseTransaction } from './common';
export interface OracleSet extends BaseTransaction {
TransactionType: 'OracleSet';
OracleDocumentID: number;
LastUpdateTime: number;
PriceDataSeries: PriceData[];
Provider?: string;
URI?: string;
AssetClass?: string;
}
export declare function validateOracleSet(tx: Record<string, unknown>): void;
//# sourceMappingURL=oracleSet.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!