Midnight.js API Reference v1.0.0
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
readonly
private:CallResultPrivate
<C
,ICK
>
The private/sensitive data produced by the circuit execution.
public
readonly
public:CallResultPublic
The public/non-sensitive data produced by the circuit execution.