Class SigslotCommit

A SigslotCommit is a single slot in the sigs array that forms the state proof.

Implements

Constructors

Properties

l: bigint

L is the total weight of signatures in lower-numbered slots. This is initialized once the builder has collected a sufficient number of signatures.

Sig is a signature by the participant on the expected message.

encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.

    Returns Map<string, unknown>

Generated using TypeDoc