PHP WebShell

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

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

import { Account, BaseTransaction } from './common';
export interface PaymentChannelCreate extends BaseTransaction {
    TransactionType: 'PaymentChannelCreate';
    Amount: string;
    Destination: Account;
    SettleDelay: number;
    PublicKey: string;
    CancelAfter?: number;
    DestinationTag?: number;
}
export declare function validatePaymentChannelCreate(tx: Record<string, unknown>): void;
//# sourceMappingURL=paymentChannelCreate.d.ts.map

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


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