We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a28b1 commit 1e7d814Copy full SHA for 1e7d814
1 file changed
modules/sdk-core/src/bitgo/staking/iStakingWallet.ts
@@ -228,9 +228,22 @@ export interface TaoSwitchValidatorOptions extends SwitchValidatorOptions {
228
}
229
230
export interface ClaimRewardsOptions {
231
+ /**
232
+ * amount of rewards to claim
233
+ */
234
amount: string;
235
236
+ * clientId
237
238
clientId?: string;
239
240
+ * delegationId
241
242
delegationId?: string;
243
244
+ * coin specific staking subtype
245
246
+ subType?: string;
247
248
249
export interface DelegationOptions {
0 commit comments