UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

12 lines (11 loc) 321 B
import { MessageType } from "@protobuf-ts/runtime"; export interface ObjectReference { objectId?: string; version?: bigint; digest?: string; } declare class ObjectReference$Type extends MessageType<ObjectReference> { constructor(); } export declare const ObjectReference: ObjectReference$Type; export {};