PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/xrpl/dist/npm/models/transactions
Просмотр файла: XChainAccountCreateCommit.d.ts
import { Amount, XChainBridge } from '../common';
import { BaseTransaction, Account } from './common';
export interface XChainAccountCreateCommit extends BaseTransaction {
TransactionType: 'XChainAccountCreateCommit';
XChainBridge: XChainBridge;
SignatureReward: Amount;
Destination: Account;
Amount: Amount;
}
export declare function validateXChainAccountCreateCommit(tx: Record<string, unknown>): void;
//# sourceMappingURL=XChainAccountCreateCommit.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!