We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020d2bd commit 07dbdfbCopy full SHA for 07dbdfb
packages/wasm-sdk/src/wallet/key_derivation.rs
@@ -197,20 +197,15 @@ impl DerivationPath {
197
}
198
199
200
-#[wasm_bindgen(js_name = "DerivationPathInfo")]
+#[wasm_bindgen(js_name = "DerivationPathInfo", getter_with_clone)]
201
#[derive(Clone)]
202
pub struct DerivationPathWasm {
203
- #[wasm_bindgen(getter_with_clone)]
204
pub path: String,
205
- #[wasm_bindgen(getter)]
206
pub purpose: u32,
207
- #[wasm_bindgen(getter, js_name = "coinType")]
+ #[wasm_bindgen(js_name = "coinType")]
208
pub coin_type: u32,
209
210
pub account: u32,
211
212
pub change: u32,
213
214
pub index: u32,
215
216
0 commit comments