common Antelope substreams modules to extract transactions with indexing
Use one of those optimized modules with a query string as a parameter:
The query string will be used for the blockfilter as well as the actual filtering of actions/transactions
all_transactions
reads from antelope blocks and extracts all executed transactions
substreams gui antelope-common@v0.4.0 all_transactions
all_actions
reads from all_transactions and extracts all executed actions
substreams gui antelope-common@v0.4.0 all_actions
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
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
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
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
index_actions
sets the following keys on the block:
substreams gui antelope-common@v0.4.0 index_actions
index_actions_extra
sets the following keys on the block:
substreams gui antelope-common@v0.4.0 index_actions_extra
message
Modules
message
Binary
message
Module
message
Package
message
NetworkParams
message
PackageMetadata
message
ModuleMetadata
message
Clock
message
BlockRef
message
Request
message
Response
message
BlockUndoSignal
message
BlockScopedData
message
SessionInit
message
InitialSnapshotComplete
message
InitialSnapshotData
message
MapModuleOutput
message
StoreModuleOutput
message
OutputDebugInfo
message
ModulesProgress
message
ProcessedBytes
message
Error
message
Job
message
Stage
message
ModuleStats
message
ExternalCallMetric
message
StoreDelta
message
BlockRange
message
DeployRequest
message
Parameter
message
DeployResponse
message
UpdateRequest
message
UpdateResponse
message
InfoRequest
message
InfoResponse
message
SinkProgress
message
PackageInfo
message
ListRequest
message
ListResponse
message
DeploymentWithStatus
message
RemoveRequest
message
RemoveResponse
message
PauseRequest
message
PauseResponse
message
StopRequest
message
StopResponse
message
ResumeRequest
message
ResumeResponse
enum
DeploymentStatus
message
ActionTraces
message
TransactionTraces
message
DBOps
message
Block
message
BlockWithRefs
message
TransactionRefs
message
ActivatedProtocolFeatures
message
PendingProducerSchedule
message
ProducerSchedule
message
ProducerKey
message
ProducerAuthoritySchedule
message
ProducerAuthority
message
BlockSigningAuthority
message
BlockSigningAuthorityV0
message
BlockRootMerkle
message
ProducerToLastProduced
message
ProducerToLastImpliedIRB
message
TransactionReceipt
message
PackedTransaction
message
BlockHeader
message
TransactionEvent
message
PublicKeys
message
TransactionLifecycle
message
SignedTransaction
message
Transaction
message
TransactionHeader
message
TransactionTrace
message
TransactionReceiptHeader
message
Action
message
ActionTrace
message
ActionReceipt
message
AuthSequence
message
AccountRAMDelta
message
AccountDelta
message
Extension
message
TrxOp
message
DBOp
message
RAMOp
message
RAMCorrectionOp
message
TableOp
message
DTrxOp
message
ExtDTrxOp
message
FeatureOp
message
CreationFlatNode
message
PermOp
message
PermissionObject
message
Permission
message
Authority
message
KeyWeight
message
PermissionLevel
message
PermissionLevelWeight
message
WaitWeight
message
RlimitOp
message
RlimitState
message
RlimitConfig
message
RlimitAccountLimits
message
RlimitAccountUsage
message
UsageAccumulator
message
ElasticLimitParameters
message
Ratio
message
Exception
message
Feature
message
SubjectiveRestrictions
message
Specification
message
AccountCreationRef
message
HeaderOnlyBlock
message
TransactionTraceWithBlockRef
message
BlockRef
enum
BlockReversibility
enum
TransactionStatus
message
FileDescriptorSet
message
FileDescriptorProto
message
DescriptorProto
message
ExtensionRangeOptions
message
FieldDescriptorProto
message
OneofDescriptorProto
message
EnumDescriptorProto
message
EnumValueDescriptorProto
message
ServiceDescriptorProto
message
MethodDescriptorProto
message
FileOptions
message
MessageOptions
message
FieldOptions
message
OneofOptions
message
EnumOptions
message
EnumValueOptions
message
ServiceOptions
message
MethodOptions
message
UninterpretedOption
message
SourceCodeInfo
message
GeneratedCodeInfo
message
Any
message
Timestamp