UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

19 lines (18 loc) 439 B
import { MessageType } from "@protobuf-ts/runtime"; export interface Argument { kind?: Argument_ArgumentKind; input?: number; result?: number; subresult?: number; } export declare enum Argument_ArgumentKind { ARGUMENT_KIND_UNKNOWN = 0, GAS = 1, INPUT = 2, RESULT = 3 } declare class Argument$Type extends MessageType<Argument> { constructor(); } export declare const Argument: Argument$Type; export {};