UNPKG

xiot-core-spec-ts

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