-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional arguments to the constructor
Add additional arguments - `windowsMessageTransport` and `walletApiClient` - that user can pass through argument. They are optional so if the user doesn't pass anything it will automatically initialize it using the methods from `src/lib/utils/ledger/utils.ts`.
- Loading branch information
1 parent
c73d926
commit bfc9182
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from "./backoff" | ||
export * from "./hex" | ||
export * from "./ledger" | ||
export * from "./ledger" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export * from "./ledger" | ||
export * from "./wallet-api" | ||
export * from "./wallet-api" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters