Skip to Content
Packages@tuwaio/pulsar-solanaType AliasesSolanaFetcherTx

SolanaFetcherTx

SolanaFetcherTx = Pick<Transaction, "adapter" | "txKey" | "chainId" | "localTimestamp" | "rpcUrl"> & Pick<SolanaTransaction, "fee" | "recentBlockhash" | "instructions">

Defined in: trackers/solanaTracker.ts:46 

The transaction fields solanaFetcher reads: adapter (must be OrbitAdapter.SOLANA), the signature as txKey, rpcUrl or the cluster in chainId, localTimestamp, and the details it already knows, if any.

Last updated on