Skip to content

Commit ec02178

Browse files
fixup! feat(wasm-utxo): implement namespace wrapper pattern for better TypeScript APIs
1 parent 67eca44 commit ec02178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wasm-utxo/src/address/networks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ pub fn from_output_script_with_coin_and_format(
212212
use wasm_bindgen::prelude::*;
213213

214214
#[wasm_bindgen]
215-
struct AddressNamespace;
215+
pub struct AddressNamespace;
216216

217217
#[wasm_bindgen]
218218
impl AddressNamespace {

0 commit comments

Comments
 (0)