PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/xrpl/dist/npm/models/ledger

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

import { XChainBridge } from '../common';
import { BaseLedgerEntry, HasPreviousTxnID } from './BaseLedgerEntry';
export default interface XChainOwnedCreateAccountClaimID extends BaseLedgerEntry, HasPreviousTxnID {
    LedgerEntryType: 'XChainOwnedCreateAccountClaimID';
    Account: string;
    XChainBridge: XChainBridge;
    XChainAccountCreateCount: number;
    XChainCreateAccountAttestations: Array<{
        XChainCreateAccountProofSig: {
            Amount: string;
            AttestationRewardAccount: string;
            AttestationSignerAccount: string;
            Destination: string;
            PublicKey: string;
            WasLockingChainSend: 0 | 1;
        };
    }>;
    Flags: 0;
    OwnerNode: string;
}
//# sourceMappingURL=XChainOwnedCreateAccountClaimID.d.ts.map

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


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