Skip to content

Commit

Permalink
feat: add SimpleVariantType
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored and twoeths committed Sep 19, 2024
1 parent b356202 commit b40ee8f
Show file tree
Hide file tree
Showing 6 changed files with 1,074 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/ssz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export {VectorBasicType} from "./type/vectorBasic";
export {VectorCompositeType} from "./type/vectorComposite";
export {ListUintNum64Type} from "./type/listUintNum64";
export {StableContainerType} from "./type/stableContainer";
export {SimpleVariantType} from "./type/simpleVariant";

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

0 comments on commit b40ee8f

Please sign in to comment.