decodeSignedTransaction takes a Uint8Array (from transaction.signTxn) and converts it to an object containing the Transaction (txn), the signature (sig), and the auth-addr field if applicable (sgnr)
the Uint8Array containing a transaction
containing a Transaction, the signature, and possibly an auth-addr field
Generated using TypeDoc
decodeSignedTransaction takes a Uint8Array (from transaction.signTxn) and converts it to an object containing the Transaction (txn), the signature (sig), and the auth-addr field if applicable (sgnr)