Recreates a Transaction from a base64 encoded string.
Decodes the string to a buffer,
then passes to Transaction.fromBytes. For greater flexibility, this function uses the base
Transaction class, but takes an optional type parameter if the type of transaction is known,
allowing stronger typeing.
Recreates a
Transaction
from a base64 encoded string.Decodes the string to a buffer, then passes to
Transaction.fromBytes
. For greater flexibility, this function uses the baseTransaction
class, but takes an optional type parameter if the type of transaction is known, allowing stronger typeing.