Package Logo
antelope_bps
antelope-bps@v0.3.0
README

Antelope Block Producer claim rewards (Block Pay & Vote Pay).

)
Documentation
Modules
Maps icon
Maps

map
map_bps

83b1c3cdf42704a62c8bec91c719809a769d9fa3
map map_bps (
common:filtered_transactionssf.antelope.type.v1.TransactionTraces
)  -> antelope.bps.v1.Bps
substreams gui antelope-bps@v0.3.0 map_bps

map
common:all_transactions

7954d34298da19a80dd9e3e8beaee07197e92ae0
map common:all_transactions (
)  -> sf.antelope.type.v1.TransactionTraces

all_transactions reads from antelope blocks and extracts all executed transactions

substreams gui antelope-bps@v0.3.0 common:all_transactions

map
common:all_actions

e0554291470acbf93f769ae73863b2663672184b

all_actions reads from all_transactions and extracts all executed actions

substreams gui antelope-bps@v0.3.0 common:all_actions

map
common:filtered_transactions

57d2ef8ff8b3f8b772b669e2dfd56848514fd50e
Default param : code:eosio && (action:claimrewards || action:regproducer || action:regproducer2)

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-bps@v0.3.0 common:filtered_transactions

map
common: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-bps@v0.3.0 common:filtered_actions

map
common: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-bps@v0.3.0 common:filtered_transactions_extra

map
common:filtered_actions_extra

20caed18a91ae8feb8a07f2bc0b3b4a07d4c15b6
map common:filtered_actions_extra (
paramsstring
)  -> sf.antelope.type.v1.ActionTraces
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-bps@v0.3.0 common:filtered_actions_extra
Block Indexes icon
Block Indexes

blockIndex
common: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-bps@v0.3.0 common:index_actions

blockIndex
common: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-bps@v0.3.0 common:index_actions_extra
Protobuf

Protobuf Docs Explorer

antelope.bps.v1
sf.antelope.type.v1