transactionToBase64
Compile a transaction to a base64 string
Note: This will NOT attempt to sign the transaction,
so it will be missing signatures from any of the attached Signers
Use transactionToBase64WithSignatures sign and base64 encode
Parameters
| Parameter | Type |
|---|---|
tx | | Readonly<{ }> | TransactionMessage & TransactionMessageWithFeePayer<string> |
Returns
Base64EncodedWireTransaction