Skip to content

feat(wasm-utxo): fix coinName function exports#157

Merged
OttoAllmendinger merged 1 commit intomasterfrom
BTC-2650.export-coin-name-funcs-for-real
Feb 12, 2026
Merged

feat(wasm-utxo): fix coinName function exports#157
OttoAllmendinger merged 1 commit intomasterfrom
BTC-2650.export-coin-name-funcs-for-real

Conversation

@OttoAllmendinger
Copy link
Contributor

Export coinName helper functions correctly as values rather than types.
This ensures they can be called in client code.

The export type { ... } syntax is a bit of a footgun.

Issue: BTC-2650

Export coinName helper functions correctly as values rather than types.
This ensures they can be called in client code.

The `export type { ... }` syntax is a bit of a footgun.

Issue: BTC-2650

Co-authored-by: llm-git <llm-git@ttll.de>
@OttoAllmendinger OttoAllmendinger marked this pull request as ready for review February 12, 2026 14:13
@OttoAllmendinger OttoAllmendinger requested a review from a team as a code owner February 12, 2026 14:13
@OttoAllmendinger OttoAllmendinger merged commit 9b5ede9 into master Feb 12, 2026
6 checks passed
@OttoAllmendinger OttoAllmendinger deleted the BTC-2650.export-coin-name-funcs-for-real branch February 12, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants