UNPKG

xiot-core-spec-ts

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