Skip to content

Commit d38db99

Browse files
feat(sdk-core): add bera native staking fields
Ticket: SC-919
1 parent 98994d1 commit d38db99

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,21 @@ export interface StakeOptions {
120120
* ada vote delegation drep id
121121
*/
122122
dRepId?: string;
123+
124+
/**
125+
* bera native staking operator
126+
*/
127+
operator?: string;
128+
129+
/**
130+
* bera native staking withdraw credentials
131+
*/
132+
withdrawCredentials?: string;
133+
134+
/**
135+
* bera native staking deposit signature
136+
*/
137+
depositSignature?: string;
123138
}
124139

125140
export interface UnstakeOptions {

0 commit comments

Comments
 (0)