UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 235 B
import { OwnerEventOccurred } from '../../../typedef/notice/owner/impl/OwnerEventOccurred'; export declare class OwnerEventOccurredCodec { static encode(x: OwnerEventOccurred): any; static decode(o: any): OwnerEventOccurred; }