Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: expose slip utils #669

Merged
merged 2 commits into from
Apr 30, 2024
Merged

chore: expose slip utils #669

merged 2 commits into from
Apr 30, 2024

Conversation

0xApotheosis
Copy link
Contributor

@0xApotheosis 0xApotheosis commented Apr 30, 2024

Needed for Ledger work in web.

@0xApotheosis 0xApotheosis requested a review from a team as a code owner April 30, 2024 04:51
Copy link

vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hdwallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 30, 2024 4:59am

type Slip44ByCoin<T> = T extends keyof typeof slip44Table ? typeof slip44Table[T] : number | undefined;

export type Slip44ByCoin<T> = T extends keyof typeof slip44Table ? typeof slip44Table[T] : number | undefined;

export function slip44ByCoin<T extends Coin>(coin: T): Slip44ByCoin<T> {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff.

@0xApotheosis 0xApotheosis merged commit bf6e83f into master Apr 30, 2024
6 checks passed
@0xApotheosis 0xApotheosis deleted the expose-slip-utils branch April 30, 2024 05:03
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