PHP WebShell

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

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

/**
 * @ignore
 */ /** */
import { DecodedSignedTx, OptionsWithMeta } from '../../types';
/**
 * Parse the transaction information from a signed transaction offline.
 *
 * @param signedTx - The JSON representing the signed transaction.
 * @param options - Runtime-specific data used for decoding the transaction.
 */
export declare function decodeSignedTx(signedTx: string, options: OptionsWithMeta): DecodedSignedTx;

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


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