UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

5 lines (4 loc) 421 B
import type { CallEnv, ObjectWithType } from "../common.js"; import type { ObjectType } from "./object.js"; export declare function queryObjectWithType(env: CallEnv, objectAddress: string, type: ObjectType, type_prefix: string): Promise<ObjectWithType>; export declare function queryObjectsWithType(env: CallEnv, objects: string[], type: ObjectType, type_prefix: string, strict_all?: boolean): Promise<ObjectWithType[]>;