PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-core/lib/core/decode
Просмотр файла: decodeUnsignedHexTx.d.ts
import { DecodedUnsignedHexTx, OptionsWithMeta } from '../../types';
/**
* This should be used in conjunction with `encodeUnsignedTransaction` as the expected
* payload will match the `Extrinsic` type we are generating via polkadot-js.
*
* @param encodedUnsignedTx Generated by `encodeUnsignedTransaction`
* @param options Runtime-specific data used for decoding the transaction.
*/
export declare function decodeUnsignedHexTx(encodedUnsignedTx: string, options: OptionsWithMeta): DecodedUnsignedHexTx;
Выполнить команду
Для локальной разработки. Не используйте в интернете!