DocsReference@proto-kit/sequencerClassesRuntimeProofParametersSerializer

@proto-kit/sequencerDocs


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

RuntimeProofParameters

Implementation of

TaskSerializer.fromJSON

Defined in

packages/sequencer/src/protocol/production/tasks/serializers/RuntimeProofParametersSerializer.ts:22


toJSON()

toJSON(parameters): string

Parameters

parameters: RuntimeProofParameters

Returns

string

Implementation of

TaskSerializer.toJSON

Defined in

packages/sequencer/src/protocol/production/tasks/serializers/RuntimeProofParametersSerializer.ts:13