Skip to content

Commit d36c496

Browse files
authored
Merge pull request #6734 from BitGo/SC-2782_Add_unstakeAll_to_EthUnstakeOptions_interface
feat(sdk-core): add unstakeAll to EthUnstakeOptions interface
2 parents ac7337a + 39178bd commit d36c496

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)