Preparing search index...
The search index is not available
Aleph Indexer Framework for Solana/Ethereum/BSC
Aleph Indexer Framework for Solana/Ethereum/BSC
Ethereum Indexer Framework
EthereumParser
Class EthereumParser
Hierarchy
BaseParser
<
EthereumRawTransaction
,
EthereumParsedTransaction
>
EthereumParser
Index
Constructors
constructor
Properties
account
State
Parser
log
Parser
transaction
Parser
Methods
parse
Entity
parse
Log
parse
Transaction
start
stop
Constructors
constructor
new
Ethereum
Parser
(
transactionParser
:
EthereumTransactionParser
, logParser
:
EthereumLogParser
, accountStateParser
:
EthereumAccountStateParser
)
:
EthereumParser
Parameters
transactionParser:
EthereumTransactionParser
logParser:
EthereumLogParser
accountStateParser:
EthereumAccountStateParser
Returns
EthereumParser
Properties
Protected
account
State
Parser
account
State
Parser
:
EthereumAccountStateParser
Protected
log
Parser
log
Parser
:
EthereumLogParser
Protected
transaction
Parser
transaction
Parser
:
EthereumTransactionParser
Methods
parse
Entity
parse
Entity
(
args
:
ParseEntityRequestArgs
<
any
>
)
:
Promise
<
any
>
Parameters
args:
ParseEntityRequestArgs
<
any
>
Returns
Promise
<
any
>
parse
Log
parse
Log
(
args
:
ParseEntityRequestArgs
<
EthereumRawLog
>
)
:
Promise
<
EthereumRawLog
|
EthereumParsedLog
>
Parameters
args:
ParseEntityRequestArgs
<
EthereumRawLog
>
Returns
Promise
<
EthereumRawLog
|
EthereumParsedLog
>
parse
Transaction
parse
Transaction
(
args
:
ParseEntityRequestArgs
<
EthereumRawTransaction
>
)
:
Promise
<
EthereumRawTransaction
|
EthereumParsedTransaction
>
Parameters
args:
ParseEntityRequestArgs
<
EthereumRawTransaction
>
Returns
Promise
<
EthereumRawTransaction
|
EthereumParsedTransaction
>
start
start
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
stop
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
Aleph
Indexer
Framework for
Solana/
Ethereum/BSC
Bsc
Indexer
Framework
Ethereum
Indexer
Framework
Indexer
Core
Utils
Indexer
Framework
Solana
Indexer
Framework
buffer
Layouts
Ethereum
Parser
constructor
account
State
Parser
log
Parser
transaction
Parser
parse
Entity
parse
Log
parse
Transaction
start
stop
Generated using
TypeDoc