gill
gill/Functions

transactionToBase64

function transactionToBase64(tx): Base64EncodedWireTransaction;

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

ParameterType
tx| Readonly<{ }> | CompilableTransactionMessage

Returns

Base64EncodedWireTransaction

On this page