Package Logo
starknet_foundational
starknet-foundational@v0.1.4
README

Foundational Substreams

This Substreams will contain all the modules for the Foundation of Starknet.

substreams build
substreams auth
substreams gui

For more information on contributing, refer to CONTRIBUTING.md.

)
Documentation
Modules
Maps icon
Maps

map
all_transactions

42c9d10e03e01d102bbdde8a986c49e61ecd423f
map all_transactions (
blocksf.starknet.type.v1.Block
)  -> sf.substreams.starknet.type.v1.Transactions

all_transaction reads from the sf.starknet.type.v1.Block source and outputs a list of all transactions in the block.

substreams gui starknet-foundational@v0.1.4 all_transactions

map
filtered_transactions

b2b8fc0e72f585cb55561bc0c309eafefdb5e1f2
Default param : (rc:execution_status:1)

filtered_transactions reads from all_transactions and applies a filter on keys, only outputting the transactions that match the filter. Example usage: (tx:class_hash:0x0000000 && rc:type:0)

substreams gui starknet-foundational@v0.1.4 filtered_transactions
Block Indexes icon
Block Indexes

blockIndex
index_transactions

fdea4692eeb0f7554d153357c87c5d6d1d82f24b

index_events sets the keys corresponding to all event 'types' and 'attribute keys' in the block

substreams gui starknet-foundational@v0.1.4 index_transactions
Protobuf

Protobuf Docs Explorer

sf.starknet.type.v1