PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/xrpl/dist/npm/models/ledger
Просмотр файла: Check.d.ts
import { Amount } from '../common';
import { BaseLedgerEntry, HasPreviousTxnID } from './BaseLedgerEntry';
export default interface Check extends BaseLedgerEntry, HasPreviousTxnID {
LedgerEntryType: 'Check';
Account: string;
Destination: string;
Flags: 0;
OwnerNode: string;
PreviousTxnID: string;
PreviousTxnLgrSeq: number;
SendMax: Amount;
Sequence: number;
DestinationNode?: string;
DestinationTag?: number;
Expiration?: number;
InvoiceID?: string;
SourceTag?: number;
}
//# sourceMappingURL=Check.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!