Package Logo
autofun_indexer
autofun_indexer@v0.1.0
Total Downloads
3
Published
1 weeks ago
Publisher
User Avatar SuchJitter

Readme

autofun_indexer Substreams modules

This package was initialized via substreams init, using the sol-minimal template.

Usage

substreams build
substreams auth
substreams gui       			  # Get streaming!

Optionally, you can publish your Substreams to the Substreams Registry.

substreams registry login         # Login to substreams.dev
substreams registry publish       # Publish your Substreams to substreams.dev

Modules

map_filtered_transactions

This module retrieves Solana transactions filtered by one or several Program IDs. You will only receive transactions containing the specified Program IDs).

NOTE: Transactions containing voting instructions will NOT be present.

map_my_data

This module allows you to create transformations on the filtered transactions.

Documentation

Modules

Maps icon
Maps

map
map_filtered_transactions

ed51c1182413f2752c1acda51240855caed33973
map map_filtered_transactions (
paramsstring
solana:v030:blocks_without_votessf.solana.type.v1.Block
)  -> sf.substreams.solana.v1.Transactions
Default param : program:autoUmixaMaYKFjexMpQuBpNYntgbkzCo2b1ZqUaAZ5
substreams gui autofun-indexer@v0.1.0 map_filtered_transactions

map
map_my_data

30b206672d99ea4e03ce6d550ffdbedae5549beb
substreams gui autofun-indexer@v0.1.0 map_my_data

map
solana:v030:blocks_without_votes

0be93a73c65aa8ec2de4b1a47209edeea493ff29
map solana:v030:blocks_without_votes (
)  -> sf.solana.type.v1.Block
substreams gui autofun-indexer@v0.1.0 solana:v030:blocks_without_votes

map
solana:v030:v020:blocks_without_votes

0be93a73c65aa8ec2de4b1a47209edeea493ff29
map solana:v030:v020: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 autofun-indexer@v0.1.0 solana:v030:v020:blocks_without_votes
Block Indexes icon
Block Indexes

blockIndex
solana:v030:program_ids_without_votes

811466d12743a8b02be8ba6649cfa9a24aa1af62
blockIndex solana:v030:program_ids_without_votes (
)  -> sf.substreams.index.v1.Keys
substreams gui autofun-indexer@v0.1.0 solana:v030:program_ids_without_votes
Protobuf

Protobuf Docs Explorer

sol.instructions.v1
mydata.v1
sf.solana.type.v1
sol.transactions.v1