UNPKG

xiot-core-spec-ts

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