Package Logo
sol_tx_streamer_sink
sol-tx-streamer-sink@v1.0.0
Total Downloads
16190
Published
3 days ago
Network
solana solana
Publisher
User Avatar roshaans

Readme

Documentation

Modules

Maps icon
Maps

map
solana_dex_database_changes

4a30b0024f0dff14afcd52caeb7e1c342c96bece
map solana_dex_database_changes (
solana:blocks_without_votessf.solana.type.v1.Block
)  -> sf.substreams.sink.database.v1.DatabaseChanges
substreams gui sol-tx-streamer-sink@v1.0.0 solana_dex_database_changes

map
solana:blocks_without_votes

0be93a73c65aa8ec2de4b1a47209edeea493ff29
map solana:blocks_without_votes (
)  -> sf.solana.type.v1.Block

blocks_without_votes allows you to consume a full Solana Block without Vote instructions (Vote111111111111111111111111111111111111111). If you consume it on HISTORICAL data (+1000 blocks from HEAD), you will be reading from the StreamingFast cache, thus saving costs on the amount of TB read.

substreams gui sol-tx-streamer-sink@v1.0.0 solana:blocks_without_votes

map
solana:filtered_transactions_without_votes

ccc3362e519a9eec745093ac483c80abe0134109
map solana:filtered_transactions_without_votes (
paramsstring
)  -> sol.transactions.v1.Transactions
Default param : program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA

filtered_transactions_without_votes allows you to consume transactions containing instructions from specific program_id based on a filter string. Supported operators are: logical or ||, logical and && and parenthesis: (). Example: to only consume TRANSACTIONS containing Token or ComputeBudget instructions: program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA || program:ComputeBudget111111111111111111111111111111. Transactions containing Vote111111111111111111111111111111111111111 are always excluded.

substreams gui sol-tx-streamer-sink@v1.0.0 solana:filtered_transactions_without_votes
Block Indexes icon
Block Indexes

blockIndex
solana:program_ids_without_votes

811466d12743a8b02be8ba6649cfa9a24aa1af62
blockIndex solana:program_ids_without_votes (
)  -> sf.substreams.index.v1.Keys

program_ids_without_votes creates a cache to efficiently retrieve instructions based on the program ID. For example, the following sets keys for the Token program:

  • program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
substreams gui sol-tx-streamer-sink@v1.0.0 solana:program_ids_without_votes
Protobuf

Protobuf Docs Explorer

sol.transactions.v1
sol.instructions.v1
sf.solana.dex.trades.v1
sf.solana.type.v1