Converts various transaction formats to a Base64-encoded wire transaction.
This utility function handles the conversion of different transaction input types
(Buffer, string, or already encoded Base64EncodedWireTransaction) into a consistent
Base64EncodedWireTransaction format that can be used with Solana RPC methods.
Converts various transaction formats to a Base64-encoded wire transaction.
This utility function handles the conversion of different transaction input types (Buffer, string, or already encoded Base64EncodedWireTransaction) into a consistent Base64EncodedWireTransaction format that can be used with Solana RPC methods.