Preparing search index...
The search index is not available
Aleph Indexer Framework for Solana/Ethereum/BSC
Aleph Indexer Framework for Solana/Ethereum/BSC
Bsc Indexer Framework
BscParser
Class BscParser
Hierarchy
EthereumParser
BscParser
Index
Constructors
constructor
Properties
account
State
Parser
log
Parser
transaction
Parser
Methods
parse
Entity
parse
Log
parse
Transaction
start
stop
Constructors
constructor
new
Bsc
Parser
(
transactionParser
:
BscTransactionParser
, logParser
:
BscLogParser
, accountStateParser
:
BscAccountStateParser
)
:
BscParser
Parameters
transactionParser:
BscTransactionParser
logParser:
BscLogParser
accountStateParser:
BscAccountStateParser
Returns
BscParser
Properties
Protected
account
State
Parser
account
State
Parser
:
BscAccountStateParser
Protected
log
Parser
log
Parser
:
BscLogParser
Protected
transaction
Parser
transaction
Parser
:
BscTransactionParser
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
Bsc
Parser
constructor
account
State
Parser
log
Parser
transaction
Parser
parse
Entity
parse
Log
parse
Transaction
start
stop
Generated using
TypeDoc