Skip to main content

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​

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.