encodeUnsignedSimulateTransaction takes a txnBuilder.Transaction object, converts it into a SignedTransaction-like object, and converts it to a Buffer.
Note: this function should only be used to simulate unsigned transactions.
Transaction object to simulate.
Generated using TypeDoc
encodeUnsignedSimulateTransaction takes a txnBuilder.Transaction object, converts it into a SignedTransaction-like object, and converts it to a Buffer.
Note: this function should only be used to simulate unsigned transactions.