Skip to main content

CallResult

For the complete documentation index, see llms.txt

Midnight.js API Reference v4.0.4


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​

readonly private: CallResultPrivate<C, PCK>

The private/sensitive data produced by the circuit execution.


public​

readonly public: CallResultPublic

The public/non-sensitive data produced by the circuit execution.