Skip to content

Commit

Permalink
Merge pull request #5377 from BitGo/SC-882-ada-vote-delegation-add-d-…
Browse files Browse the repository at this point in the history
…rep-id-to-sdk

fix(sdk-core): add dRepId to StakingOptions
  • Loading branch information
jamesmili authored Jan 16, 2025
2 parents df7b341 + 2a7a77d commit ad33065
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/sdk-core/src/bitgo/staking/iStakingWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ export interface StakeOptions {
* btc staking reward address
*/
rewardAddress?: string;

/**
* ada vote delegation drep id
*/
dRepId?: string;
}

export interface UnstakeOptions {
Expand Down

0 comments on commit ad33065

Please sign in to comment.