UNPKG

xiot-core-spec-ts

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