UNPKG

@aggris2/ssz

Version:

Simple Serialize

5 lines 393 B
import { Type } from "../type/abstract"; import { ContainerTypeGeneric } from "../view/container"; import { ContainerTreeViewDUTypeConstructor } from "./container"; export declare function getContainerTreeViewDUClass<Fields extends Record<string, Type<unknown>>>(type: ContainerTypeGeneric<Fields>): ContainerTreeViewDUTypeConstructor<Fields>; //# sourceMappingURL=containerNodeStruct.d.ts.map