PHP WebShell

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

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

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

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


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