You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DrepStatusTracker fetches DrepInfo from a DrepProvider.
delegation.rewardAccounts$ drepDelegatee contains the associated DRepInfo.
DrepStatusTracker refreshes the DRep info in two scenarios:
1. Voting delegations or stake deregistrations are found in transaction history.
2. Transaction builder is used to either build().inspect() or build().sign().
Refetch at this point is done to ensure the tx builder is working with up-to-date
information
BREAKING CHANGE: DRepDelegatee type has changed to include DrepInfo
- createRewardsAccountTracker now requires a drepInfo$ dependency.
- BaseWallet requires a DrepProvider as a dependency
0 commit comments