ContractStates
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / ContractStates
Type Alias: ContractStates<PS>
ContractStates<
PS> =PublicContractStates&object
Object containing the publicly visible states of a contract and the private state of a contract.
Type declaration​
privateState​
readonlyprivateState:PS
The private state of a contract.
Type Parameters​
PS​
PS