RepositoryParity.io
  • Preparing search index...
  • The search index is not available
txwrapper-core
  • txwrapper-core
  • txwrapper-core/src/core/decode/decodeUnsignedHexTx
  • decodeUnsignedHexTx

Function decodeUnsignedHexTx

  • decodeUnsignedHexTx(encodedUnsignedTx, options): DecodedUnsignedHexTx
  • This should be used in conjunction with encodeUnsignedTransaction as the expected payload will match the Extrinsic type we are generating via polkadot-js.

    Parameters

    • encodedUnsignedTx: string

      Generated by encodeUnsignedTransaction

    • options: OptionsWithMeta

      Runtime-specific data used for decoding the transaction.

    Returns DecodedUnsignedHexTx

    • Defined in txwrapper-core/src/core/decode/decodeUnsignedHexTx.ts:12

Settings

Member Visibility
RepositoryParity.io
txwrapper-core
  • Loading...