gill
gill/Functions

transactionToBase64WithSigners

function transactionToBase64WithSigners(tx): Promise<Base64EncodedWireTransaction>;

Compile a transaction to a base64 string and sign it with all attached Signers

See also partiallySignTransactionMessageWithSigners

Parameters

ParameterType
tx| Readonly<{ }> | CompilableTransactionMessage

Returns

Promise<Base64EncodedWireTransaction>

On this page