Skip to content

Commit

Permalink
fix: conflicts (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto committed Dec 28, 2023
1 parent a98cf7d commit 1a9baa5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/staking-v3/logic/services/IDappStakingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,5 @@ export interface IDappStakingService {
*/
relockUnlockingTokens(senderAddress: string, successMessage: string): Promise<void>;

<<<<<<< HEAD
/**
* Gets staker info for the given address.
* @param address Address to get staker info for.
* @param includePreviousPeriods Indicates whether to include previous periods info.
* Previous period info is needed for bonus rewards calculation.
* @returns A promise that resolves to an array of staker info.
*/
getStakerInfo(
address: string,
includePreviousPeriods: boolean
): Promise<Map<string, SingularStakingInfo>>;
=======
unlockTokens(senderAddress: string, amount: number, successMessage: string): Promise<void>;
>>>>>>> af705b28726a11bf8287a136e24f0d4b754bcb99
}

0 comments on commit 1a9baa5

Please sign in to comment.