Package Logo
antelope_common
antelope-common@v0.2.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

6a2dec225b937c28e4dae6643db8e191f3bfafac
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.2.0 all_transactions

map
all_actions

df1401cf5c071b2850a0c156d2d31827b7cd9918

all_actions reads from all_transactions and extracts all executed actions

substreams gui antelope-common@v0.2.0 all_actions

map
filtered_transactions

c2fd5e6ff7924c89a7f6b50a3fc6ba83b5c736b7
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.2.0 filtered_transactions

map
filtered_actions

2095d9994a235e0791c48a398f81b02f2102af2a
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.2.0 filtered_actions
Block Indexes icon
Block Indexes

blockIndex
index_actions

249357f0fe2ef611fb23133322a11a4689380298

index_actions sets the following keys on the block:

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

Protobuf Docs Explorer

sf.antelope.type.v1