Dynamic Transaction creation based on the given transaction type.
NOTE: this does not check the payload structure, and thus assumes that the type and payload
given actually match. If the transaction type is known, use the specialized creation functions
per transaction type instead.
Returns
The corresponding transaction
Throws
if transaction type is not currently supported.
Throws
if transaction cannot be created due to mismatch between type and payload.
Dynamic
Transactioncreation based on the given transactiontype.NOTE: this does not check the payload structure, and thus assumes that the
typeandpayloadgiven actually match. If the transaction type is known, use the specialized creation functions per transaction type instead.Returns
The corresponding transaction
Throws
if transaction type is not currently supported.
Throws
if transaction cannot be created due to mismatch between
typeandpayload.