PrivateState
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / PrivateState
Type Alias: PrivateState<C>
PrivateState<
C> =CextendsContract<infer PS> ?PS:never
Extracts the private state of a contract.
Type Parameters
C
C extends Contract
The contract for which we would like the private state.