-
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.
SDK: Expose a way to fetch pending redemptions using wallet PKH (#818)
So far, the SDK exposed a way to fetch pending redemptions using plain-text wallet public key. This is problematic for use cases where the client has only the wallet public key hash. As the SDK uses the PKH internally anyway, we can easily address this problem by exposing a public function allowing to fetch pending redemptions using wallet PKH.
- Loading branch information
Showing
12 changed files
with
165 additions
and
71 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
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
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
Oops, something went wrong.