Skip to content

Commit 9832a7f

Browse files
Merge pull request #9 from BitGo/BTC-2652.add-fixedscriptwallet-outputs
feat(wasm-utxo): add fixed script wallet outputs implementation and test fixtures
2 parents 951cf14 + 61c158b commit 9832a7f

35 files changed

+6175
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
/// This module contains code for the BitGo Fixed Script Wallets.
2+
/// These are not based on descriptors.
3+
mod wallet_keys;
4+
15
pub mod wallet_scripts;
6+
7+
#[cfg(test)]
8+
pub mod test_utils;
9+
10+
pub use wallet_keys::*;
11+
pub use wallet_scripts::*;

0 commit comments

Comments
 (0)