Package Logo
preduck_events
preduck_events@v1.0.0
Total Downloads
19
Published
4 days ago
Network
solana solana
Publisher
User Avatar preduck
Total Downloads
19
Published
4 days ago
Network
solana solana
Publisher
User Avatar preduck

Readme

prediction_market 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
prediction_events

37e5c75d1929a7aeb8ae5a48c1b1c47135dc389a
map prediction_events (
sol:blocks_without_votessf.solana.type.v1.Block
)  -> prediction.PredictionBlockEvents
substreams gui preduck-events@v1.0.0 prediction_events

map
sol:blocks_without_votes

0be93a73c65aa8ec2de4b1a47209edeea493ff29
map sol:blocks_without_votes (
)  -> sf.solana.type.v1.Block
substreams gui preduck-events@v1.0.0 sol:blocks_without_votes
Protobuf

Protobuf Docs Explorer

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