UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

11 lines (10 loc) 238 B
import { MessageType } from "@protobuf-ts/runtime"; export interface Bcs { name?: string; value?: Uint8Array; } declare class Bcs$Type extends MessageType<Bcs> { constructor(); } export declare const Bcs: Bcs$Type; export {};