Skip to content

Commit

Permalink
feat: add SimpleVariantType
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed May 14, 2024
1 parent c36ae6a commit 2dbfff5
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 2dbfff5

Please sign in to comment.