Skip to main content

@midnight-ntwrk/compact-runtime v0.6.13Readme | API


@midnight-ntwrk/compact-runtime v0.6.13 / QueryResults

Class: QueryResults

The results of making a query against a specific state or context

Constructors

new QueryResults()

new QueryResults(): QueryResults

Returns

QueryResults

Properties

context

readonly context: QueryContext;

The context state after executing the query. This can be used to execute further queries


events

readonly events: GatherResult[];

Any events/results that occurred during or from the query


gasCost

readonly gasCost: bigint;

The measured cost of executing the query

Methods

toString()

toString(compact?): string

Parameters

compact?: boolean

Returns

string