Midnight.js API Reference v1.0.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / Witnesses
Type Alias: Witnesses<PS>
Witnesses<
PS
> =Record
<string
,Witness
<PS
>>
A type representing all of a contract's witnesses.
Type Parameters
PS
PS
= any
The private state modified by the contract witnesses.