-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use our own structs for handling `btc-staking` state: - `BtcDelegation` (converted from `btc_staking_api::ActiveBtcDelegation`). - `BtcUndelegationInfo` (converted from `btc_staking_api::BtcUndelegationInfo`). - `CovenantAdaptorSignatures` (converted from `btc_staking_api::CovenantAdaptorSignatures`). - `SignatureInfo` (converted from `btc_staking_api::SignatureInfo`) This PR also removes optional from `btc_undelegation`, for simplicity / clarity. These changes are **API-breaking** for the delegations queries.
- Loading branch information
Showing
12 changed files
with
453 additions
and
292 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
Oops, something went wrong.