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