File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -42339,6 +42339,18 @@ components:
4233942339 additionalProperties: true
4234042340 type:
4234142341 $ref: '#/components/schemas/ListRuleEntryType'
42342+ verificationState:
42343+ type: string
42344+ enum:
42345+ - unverified
42346+ - verified
42347+ description: A state denoting whether entries have already been verified.
42348+ verifiedBy:
42349+ type: string
42350+ enum:
42351+ - unverifiedRule
42352+ - fastWithdrawal
42353+ description: The source that verified this entry (unverifiedRule or fastWithdrawal)
4234242354 required:
4234342355 - item
4234442356 - type
@@ -67789,7 +67801,10 @@ components:
6778967801 description: The validator commission rate.
6779067802 type: string
6779167803 type:
67792- description: The validator provider used for staking.
67804+ description: The validator provider display used for staking.
67805+ type: string
67806+ provider:
67807+ description: The validator provider enum used for staking.
6779367808 type: string
6779467809 rewardCoin:
6779567810 description: The coin in which rewards will be received.
You can’t perform that action at this time.
0 commit comments