Skip to main content

Type Alias: SolanaTx

type SolanaTx = Transaction;

Defined in: solana-client/src/writer.ts:56

A built-but-unsigned Solana transaction. Methods on SolanaWriter return one of these so the caller owns signing / sending (and can attach a recent blockhash, fee payer, additional signers, etc.).