PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-core/lib/core/decode

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

import { DecodedUnsignedTx, OptionsWithMeta, UnsignedTransaction } from '../../types';
/**
 * Parse the transaction information from an unsigned transaction offline.
 *
 * @param unsigned - The JSON representing the unsigned transaction.
 * @param options - Runtime-specific data used for decoding the transaction.
 */
export declare function decodeUnsignedTx(unsigned: UnsignedTransaction, options: OptionsWithMeta): DecodedUnsignedTx;

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


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