Midnight.js API Reference v1.0.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / InitialStateParameters
Type Alias: InitialStateParameters<C>
InitialStateParameters<
C
> =Parameters
<C
["initialState"
]> extends [ConstructorContext
<any
>,...(infer A)
] ?A
:never
The parameter type of the public state constructor.
Type Parameters
C
C
extends Contract