Skip to content

Commit 9d1ff23

Browse files
Merge pull request #5408 from BitGo/ben/SC-919-native-bera-ui-fields
feat(sdk-core): add bera native staking fields
2 parents 98994d1 + d38db99 commit 9d1ff23

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)