QueryResults
For the complete documentation index, see llms.txt
@midnight-ntwrk/onchain-runtime v3.0.0
@midnight-ntwrk/onchain-runtime / QueryResults
Class: QueryResults
특정 상태 또는 컨텍스트에 대해 쿼리를 실행한 결과
Properties
context
readonly context: QueryContext;
쿼리 실행 후의 컨텍스트 상태입니다. 추가 쿼리를 실행하는 데 사용할 수 있습니다
events
readonly events: GatherResult[];
쿼리 중 또는 쿼리로부터 발생한 이벤트/결과
gasCost
readonly gasCost: RunningCost;
쿼리 실행의 측정된 비용
Methods
toString()
toString(compact?): string
Parameters
compact?
boolean
Returns
string