Skip to content

Commit

Permalink
Merge pull request #4202 from BitGo/EA-2440/export-cancel-staking
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadalfaiyazbitgo authored Jan 18, 2024
2 parents ec116f7 + 4405aef commit ea906e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/sdk-core/src/bitgo/staking/iStakingWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,5 @@ export interface IStakingWallet {
): Promise<StakingSignedTransaction>;
send(signedTransaction: StakingSignedTransaction): Promise<StakingTransaction>;
buildSignAndSend(signOptions: StakingSignOptions, transaction: StakingTransaction);
cancelStakingRequest(stakingRequestId: string): Promise<StakingRequest>;
}

0 comments on commit ea906e2

Please sign in to comment.