Package Logo
antelope_common
antelope-common@v0.1.0
README

common Antelope substreams modules to extract transactions with indexing

Use one of those optimized modules with a query string as a parameter:

  • filtered_transactions
  • filtered_actions

The query string will be used for the blockfilter as well as the actual filtering of actions/transactions

)
Documentation
Modules
Maps icon
Maps

map
all_transactions

306b7690aef637f76dadd23229f7c6c4b1e1ab07
map all_transactions (
blocksf.antelope.type.v1.Block
)  -> sf.antelope.type.v1.TransactionTraces

all_transactions reads from antelope blocks and extracts all executed transactions

substreams gui antelope-common@v0.1.0 all_transactions

map
all_actions

828a7052ecf1146c94c2ce07741a798d25d0b2f3

all_actions reads from all_transactions and extracts all executed actions

substreams gui antelope-common@v0.1.0 all_actions

map
filtered_transactions

4b10ee62e3621fcf48579610594720c88fbd9a3f
Default param : code:eosio.token && action:transfer

filtered_transactions reads from all_transactions and applies a filter on the transactions Supported operators are: logical or ||, logical and && and parenthesis: () Example: code:eosio.token && action:transfer && (data.to:myaccount || data.from:myaccount)

substreams gui antelope-common@v0.1.0 filtered_transactions

map
filtered_actions

63fa147d095f82093fd5a2ecf3b244f1e18ee9af
Default param : code:eosio.token && action:transfer

filtered_actions reads from all_actions and applies a filter on the actions Supported operators are: logical or ||, logical and && and parenthesis: () Example: code:eosio.token && action:transfer && (data.to:myaccount || data.from:myaccount)

substreams gui antelope-common@v0.1.0 filtered_actions
Block Indexes icon
Block Indexes

blockIndex
index_actions

f87ff3296655f9eae173e2e69604004d93c56b46
blockIndex index_actions (
)  -> sf.substreams.index.v1.Keys

index_actions sets the following keys on the block:

  • Authorized by auth:{account}[@{permission}]
  • Receiver recv:{account}
  • Contract account code:{account}
  • Action action:{action}
  • Action params data.{param}:{value}
substreams gui antelope-common@v0.1.0 index_actions
Protobuf

Protobuf Docs Explorer

sf.antelope.type.v1