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