Skip to content

Commit 32059a0

Browse files
authored
Merge pull request #8071 from BitGo/BTC-3011-export-utxo
feat(abstract-utxo): export UtxoCoinName types and type guards
2 parents 79aad00 + bb8bf45 commit 32059a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/abstract-utxo/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export * from './abstractUtxoCoin';
22
export * from './address';
33
export * from './config';
4+
export * from './names';
45
export * from './recovery';
56
export * from './transaction/fixedScript/replayProtection';
67
export * from './transaction/fixedScript/signLegacyTransaction';

0 commit comments

Comments
 (0)