CallResult
Midnight.js API Reference v4.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / CallResult
Type Alias: CallResult<C, PCK>
CallResult<
C,PCK> =object
Contains all information resulting from circuit execution.
Type Parameters
C
C extends Contract.Any
PCK
PCK extends Contract.ProvableCircuitId<C>
Properties
private
readonlyprivate:CallResultPrivate<C,PCK>
The private/sensitive data produced by the circuit execution.
public
readonlypublic:CallResultPublic
The public/non-sensitive data produced by the circuit execution.