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