Class StateSchema

StateSchema sets maximums on the number of each type that may be stored

Implements

Constructors

Properties

numByteSlices: number
numUints: number
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