interface QueryMessage {
    address: Lowercase<string>;
    msgId?: string;
    payloads?: DeepRestrictToStringKeys<{ schema: string }>[];
    query: UnsignedQueryBoundWitness;
    type: "xyoQuery";
}

Hierarchy (View Summary)

Properties

address: Lowercase<string>
msgId?: string
payloads?: DeepRestrictToStringKeys<{ schema: string }>[]
type: "xyoQuery"