You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(wasm-utxo): add proper TypeScript type assertions
Improve type safety by adding explicit type assertions and proper type
handling for node and object structures. This fixes potential TypeScript
errors with JSON stringification of nodes, unknown types, and array
indexing. Also improves error message display by properly serializing
objects to strings.
Issue: BTC-2786
Co-authored-by: llm-git <[email protected]>
0 commit comments