File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -43392,6 +43392,17 @@ components:
43392
43392
durationSeconds:
43393
43393
description: The length of time in seconds to complete a staking period.
43394
43394
type: integer
43395
+ StakingDelegationProperties:
43396
+ type: object
43397
+ properties:
43398
+ delegationCycle:
43399
+ allOf:
43400
+ - $ref: '#/components/schemas/IntegerString'
43401
+ description: The number of cycles this delegation will be active.
43402
+ endBurnBlockHeight:
43403
+ allOf:
43404
+ - $ref: '#/components/schemas/IntegerString'
43405
+ description: The end burn block height for this delegation.
43395
43406
StakingDelegation:
43396
43407
type: object
43397
43408
properties:
@@ -43437,6 +43448,10 @@ components:
43437
43448
unstakingMin:
43438
43449
description: The minimum amount needed to unstake from the delegation.
43439
43450
type: string
43451
+ properties:
43452
+ allOf:
43453
+ - $ref: '#/components/schemas/StakingDelegationProperties'
43454
+ type: object
43440
43455
EthStakingDelegation:
43441
43456
title: ETH
43442
43457
allOf:
@@ -44268,6 +44283,10 @@ components:
44268
44283
allOf:
44269
44284
- $ref: '#/components/schemas/IntegerString'
44270
44285
description: The sum of the amounts of all confirmed staking transactions in this request.
44286
+ delegationCycle:
44287
+ allOf:
44288
+ - $ref: '#/components/schemas/IntegerString'
44289
+ description: The number of cycles this staking request will be active.
44271
44290
required:
44272
44291
- id
44273
44292
- requestingUserId
You can’t perform that action at this time.
0 commit comments