refactor: export getConsensusOptimisticUpdate and getCommitteeHash

This commit is contained in:
Derrick Hammer 2023-07-11 01:51:05 -04:00
parent efc657b790
commit f8eba3644b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ function createDefaultClient(beaconUrl: string): Client {
export { Client, Prover, Store, createDefaultClient };
export * from "#interfaces.js";
export { getConsensusOptimisticUpdate, getCommitteeHash } from "#util.js";