transactionToBase64WithSigners
Compile a transaction to a base64 string and sign it with all attached Signers
See also partiallySignTransactionMessageWithSigners
Parameters
| Parameter | Type |
|---|---|
tx | | Readonly<{ }> | TransactionMessage & TransactionMessageWithFeePayer<string> |
Returns
Promise<Base64EncodedWireTransaction>