Skip to content

Commit

Permalink
Merge pull request #4164 from BitGo/EA-2564/add-unstake-subtype
Browse files Browse the repository at this point in the history
chore(staking): add unstaking subtype
  • Loading branch information
mohammadalfaiyazbitgo authored Dec 19, 2023
2 parents ac8575a + 6bc6835 commit d5df214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/sdk-core/src/bitgo/staking/iStakingWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ export interface UnstakeOptions {
amount: string;
clientId?: string;
delegationId?: string;
/**
* coin sepcific staking subtype
*/
subType?: string;
}

export interface EthUnstakeOptions {
Expand Down

0 comments on commit d5df214

Please sign in to comment.