• Unpack transaction encoded as string

    Type Parameters

    • TxType extends Tag

    Parameters

    • encodedTx: `tx_${string}` | `pi_${string}` | `ss_${string}` | `cs_${string}`

      Encoded transaction

    • Optional txType: TxType

      Expected transaction type

    Returns TxUnpacked & {
        tag: TxType;
    }

    Transaction params

Generated using TypeDoc