Package Logo
antelope_common
antelope-common@v0.4.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
  • filtered_transactions_extra
  • filtered_actions_extra

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

7954d34298da19a80dd9e3e8beaee07197e92ae0
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.4.0 all_transactions

map
all_actions

e0554291470acbf93f769ae73863b2663672184b

all_actions reads from all_transactions and extracts all executed actions

substreams gui antelope-common@v0.4.0 all_actions

map
filtered_transactions

e16dc2ff9661d6c9f2fa58c4163895f527c77862
Default param : code:eosio

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

substreams gui antelope-common@v0.4.0 filtered_transactions

map
filtered_actions

8b02db411f209eed58f07fd8907fe7c009ee2919
Default param : code:eosio

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

substreams gui antelope-common@v0.4.0 filtered_actions

map
filtered_transactions_extra

a536e2c238b3ed477e62d0a1706800e33fd84daa
Default param : code:eosio

filtered_transactions_extra 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.4.0 filtered_transactions_extra

map
filtered_actions_extra

20caed18a91ae8feb8a07f2bc0b3b4a07d4c15b6
Default param : code:eosio

filtered_actions_extra 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.4.0 filtered_actions_extra
Block Indexes icon
Block Indexes

blockIndex
index_actions

6ce23fb9739852e357f0a4ed0e8db493e5010023

index_actions sets the following keys on the block:

  • Contract account code:{account}
  • Action action:{action}
  • Receiver receiver:{account}
substreams gui antelope-common@v0.4.0 index_actions

blockIndex
index_actions_extra

edfd244444fb83d2d941b3a95e3d21275c055e88

index_actions_extra sets the following keys on the block:

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

Protobuf Docs Explorer

sf.antelope.type.v1