We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e0ef40 + 1985860 commit 6add082Copy full SHA for 6add082
1 file changed
modules/utxo-staking/src/babylon/index.ts
@@ -7,6 +7,8 @@ bitcoinjslib.initEccLib(utxolib.ecc);
7
8
export * from './delegationMessage';
9
export * from './descriptor';
10
+export * from './network';
11
+export * from './parseDescriptor';
12
export * from './stakingParams';
13
export * from './stakingManager';
14
export * from './undelegation';
0 commit comments