Skip to content

Commit

Permalink
feat: add StableContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed May 14, 2024
1 parent 8d4d8bc commit 0e94f01
Show file tree
Hide file tree
Showing 6 changed files with 1,405 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/ssz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export {OptionalType} from "./type/optional";
export {VectorBasicType} from "./type/vectorBasic";
export {VectorCompositeType} from "./type/vectorComposite";
export {ListUintNum64Type} from "./type/listUintNum64";
export {StableContainerType} from "./type/stableContainer";

// Base types
export {ArrayType} from "./type/array";
Expand Down
Loading

0 comments on commit 0e94f01

Please sign in to comment.