@proto-kit/sequencer • Docs
Documentation / @proto-kit/sequencer / RuntimeProofParametersSerializer
Class: RuntimeProofParametersSerializer
Implements
Constructors
new RuntimeProofParametersSerializer()
new RuntimeProofParametersSerializer():
RuntimeProofParametersSerializer
Returns
RuntimeProofParametersSerializer
Methods
fromJSON()
fromJSON(
json):RuntimeProofParameters
Parameters
• json: string
Returns
Implementation of
Defined in
packages/sequencer/src/protocol/production/tasks/serializers/RuntimeProofParametersSerializer.ts:22
toJSON()
toJSON(
parameters):string
Parameters
• parameters: RuntimeProofParameters
Returns
string
Implementation of
Defined in
packages/sequencer/src/protocol/production/tasks/serializers/RuntimeProofParametersSerializer.ts:13