Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types/interfaces/index.ts>QueryStatus

Package publishing for deno.land/x/polkadot
Go to Latest
interface QueryStatus
implements Enum
import { type QueryStatus } from "https://deno.land/x/polkadot@0.2.14/types/interfaces/index.ts";

Properties

readonly
isPending: boolean
readonly
asPending: { readonly responder: VersionedMultiLocation; readonly maybeNotify: Option<ITuple<[u8, u8]>>; readonly timeout: BlockNumber; } & Struct
readonly
isReady: boolean
readonly
asReady: { readonly response: VersionedResponse; readonly at: BlockNumber; } & Struct
readonly
type: "Pending" | "Ready"