CallResultPrivate
Midnight.js API Reference v4.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / CallResultPrivate
Type Alias: CallResultPrivate<C, PCK>
CallResultPrivate<
C,PCK> =object
The private (sensitive) portions of the call result.
Type Parameters
C
C extends Contract.Any
PCK
PCK extends Contract.ProvableCircuitId<C>
Properties
input
readonlyinput:AlignedValue
ZK representation of the circuit arguments.
nextPrivateState
readonlynextPrivateState:Contract.PrivateState<C>
The private state resulting from executing the circuit.
nextZswapLocalState
readonlynextZswapLocalState:ZswapLocalState
The Zswap local state resulting from executing the circuit.
output
readonlyoutput:AlignedValue
ZK representation of the circuit result.
privateTranscriptOutputs
readonlyprivateTranscriptOutputs:AlignedValue[]
ZK representation of the circuit witness call results.
result
readonlyresult:Contract.CircuitReturnType<C,PCK>
The JS representation of the input to the circuit.