Get the minimum lamport balance needed for rent exemption at a given data size.
Durable nonce paired with an advance-nonce instruction. Most callers should prefer transactionWithNonce, which embeds the lifetime + advance-nonce instruction in one step.
Simulate a Solana transaction by sending it to the RPC.
Transaction message for the given instructions, with a freshly-fetched blockhash lifetime. Caller must sign before broadcast.
Transaction message for the given instructions, using a durable nonce for the lifetime. Kit prepends the advance-nonce instruction automatically. Caller must sign (PAYER + NONCE_AUTHORITY + any others) before broadcast.
Solana transaction builder and related helpers.
Returns kit
TransactionMessagevalues. Callers sign via SolanaKeypairService.sign and broadcast via SolanaTransactionSenderService.sendAndConfirmTransaction. No CFX signature is baked into a message — signing happens once, immediately before broadcast.