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
서킷 실행 결과의 모든 정보를 포함합니다.
Type Parameters
C
C extends Contract.Any
PCK
PCK extends Contract.ProvableCircuitId<C>
Properties
private
readonlyprivate:CallResultPrivate<C,PCK>
서킷 실행으로 생성된 프라이빗/민감 데이터입니다.
public
readonlypublic:CallResultPublic
서킷 실행으로 생성된 퍼블릭/비민감 데이터입니다.