UNPKG

xiot-core-spec-ts

Version:
8 lines (7 loc) 287 B
import { Argument } from '../../typedef/instance/Argument'; export declare class ArgumentOperationCodec { static decodeArray(list: any[]): Argument[]; static decode(o: any): Argument; static encode(argument: Argument): any; static encodeArray(list: Argument[]): any[]; }