Skip to content

Commit ad33065

Browse files
authored
fix(sdk-core): add dRepId to StakingOptions
2 parents df7b341 + 2a7a77d commit ad33065

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ export interface StakeOptions {
115115
* btc staking reward address
116116
*/
117117
rewardAddress?: string;
118+
119+
/**
120+
* ada vote delegation drep id
121+
*/
122+
dRepId?: string;
118123
}
119124

120125
export interface UnstakeOptions {

0 commit comments

Comments
 (0)