$ApplicationStateSchema
const
$ApplicationStateSchema:object
Type declaration
description
readonly
description:"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
readonly
properties:object
properties.num-byte-slice
readonly
properties.num-byte-slice:object
properties.num-byte-slice.description
readonly
properties.num-byte-slice.description:"number of byte slices."
='number of byte slices.'
properties.num-byte-slice.type
readonly
properties.num-byte-slice.type:"integer"
='integer'
properties.num-uint
readonly
properties.num-uint:object
properties.num-uint.description
readonly
properties.num-uint.description:"number of uints."
='number of uints.'
properties.num-uint.type
readonly
properties.num-uint.type:"integer"
='integer'
required
readonly
required: readonly ["num-byte-slice"
,"num-uint"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:340