Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47819,6 +47819,9 @@ components:
rewardCoin:
description: The coin in which rewards will be received.
type: string
endTime:
description: The timestamp when the staking position expires, at which point it will either be unstaked automatically or become available for manual unstaking.
type: string
StakingDelegationProperties:
type: object
properties:
Expand Down Expand Up @@ -48283,6 +48286,9 @@ components:
rewardCoin:
description: The coin in which rewards will be received.
type: string
endTime:
description: The timestamp when the staking position expires, at which point it will either be unstaked automatically or become available for manual unstaking.
type: string
StakingValidatorsResponse:
type: object
properties:
Expand Down