Skip to content

Commit 39178bd

Browse files
committed
feat(sdk-core): add unstakeAll to EthUnstakeOptions interface
Add unstakeAll to EthUnstakeOptions interface SC-2781 TICKET: SC-2782
1 parent ac7337a commit 39178bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/sdk-core/src/bitgo/staking/iStakingWallet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export interface UnstakeOptions {
172172
export interface EthUnstakeOptions {
173173
clientId?: string;
174174
delegationIds?: string[];
175+
unstakeAll?: boolean;
175176
}
176177

177178
export interface SwitchValidatorOptions {

0 commit comments

Comments
 (0)