We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98994d1 commit d38db99Copy full SHA for d38db99
modules/sdk-core/src/bitgo/staking/iStakingWallet.ts
@@ -120,6 +120,21 @@ export interface StakeOptions {
120
* ada vote delegation drep id
121
*/
122
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;
138
}
139
140
export interface UnstakeOptions {
0 commit comments