UNPKG

xiot-core-spec-ts

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