Function decodeSignedTransaction

  • 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)

    Parameters

    • transactionBuffer: Uint8Array

      the Uint8Array containing a transaction

    Returns SignedTransaction

    containing a Transaction, the signature, and possibly an auth-addr field

Generated using TypeDoc