Skip to content

Commit

Permalink
fix(sdk-core): add dRepId to StakingOptions
Browse files Browse the repository at this point in the history
Ticket: SC-882
  • Loading branch information
jamesmili committed Jan 15, 2025
1 parent 8beed66 commit 2a7a77d
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 2a7a77d

Please sign in to comment.