- unpackTx<TxType>(encodedTx: `tx_${string}` | `pi_${string}` | `ss_${string}` | `cs_${string}`, txType?: TxType): TxUnpacked & { 
 tag: TxType;
 }
- 
Parameters
- 
encodedTx: `tx_${string}` | `pi_${string}` | `ss_${string}` | `cs_${string}`
- 
OptionaltxType: TxType
 
 Returns TxUnpacked & { 
 tag: TxType;
 }
 
 
 
Unpack transaction encoded as string
Returns
Object with transaction param's