PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/xrpl/dist/npm/models/ledger
Просмотр файла: RippleState.d.ts
import { IssuedCurrencyAmount } from '../common';
import { BaseLedgerEntry, HasPreviousTxnID } from './BaseLedgerEntry';
export default interface RippleState extends BaseLedgerEntry, HasPreviousTxnID {
LedgerEntryType: 'RippleState';
Flags: number;
Balance: IssuedCurrencyAmount;
LowLimit: IssuedCurrencyAmount;
HighLimit: IssuedCurrencyAmount;
LowNode?: string;
HighNode?: string;
LowQualityIn?: number;
LowQualityOut?: number;
HighQualityIn?: number;
HighQualityOut?: number;
}
export declare enum RippleStateFlags {
lsfLowReserve = 65536,
lsfHighReserve = 131072,
lsfLowAuth = 262144,
lsfHighAuth = 524288,
lsfLowNoRipple = 1048576,
lsfHighNoRipple = 2097152,
lsfLowFreeze = 4194304,
lsfHighFreeze = 8388608,
lsfAMMNode = 16777216
}
//# sourceMappingURL=RippleState.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!