@proto-kit/indexer • Docs
Documentation / @proto-kit/indexer / IndexBlockTaskParametersSerializer
Class: IndexBlockTaskParametersSerializer
Constructors
new IndexBlockTaskParametersSerializer()
new IndexBlockTaskParametersSerializer(
blockMapper,blockResultMapper,transactionResultMapper):IndexBlockTaskParametersSerializer
Parameters
• blockMapper: BlockMapper
• blockResultMapper: BlockResultMapper
• transactionResultMapper: TransactionExecutionResultMapper
Returns
IndexBlockTaskParametersSerializer
Defined in
indexer/src/tasks/IndexBlockTaskParameters.ts:13
Properties
blockMapper
blockMapper:
BlockMapper
Defined in
indexer/src/tasks/IndexBlockTaskParameters.ts:14
blockResultMapper
blockResultMapper:
BlockResultMapper
Defined in
indexer/src/tasks/IndexBlockTaskParameters.ts:15
transactionResultMapper
transactionResultMapper:
TransactionExecutionResultMapper
Defined in
indexer/src/tasks/IndexBlockTaskParameters.ts:16
Methods
fromJSON()
fromJSON(
json):IndexBlockTaskParameters
Parameters
• json: string
Returns
Defined in
indexer/src/tasks/IndexBlockTaskParameters.ts:29
toJSON()
toJSON(
parameters):string
Parameters
• parameters: IndexBlockTaskParameters
Returns
string