$ApplicationStateSchema
const$ApplicationStateSchema:object
Type declaration
description
readonlydescription:"Specifies maximums on the number of each type that may be stored."='Specifies maximums on the number of each type that may be stored.'
properties
readonlyproperties:object
properties.num-byte-slice
readonlyproperties.num-byte-slice:object
properties.num-byte-slice.description
readonlyproperties.num-byte-slice.description:"number of byte slices."='number of byte slices.'
properties.num-byte-slice.type
readonlyproperties.num-byte-slice.type:"integer"='integer'
properties.num-uint
readonlyproperties.num-uint:object
properties.num-uint.description
readonlyproperties.num-uint.description:"number of uints."='number of uints.'
properties.num-uint.type
readonlyproperties.num-uint.type:"integer"='integer'
required
readonlyrequired: readonly ["num-byte-slice","num-uint"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:340