File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 20102010 "type" : " object" ,
20112011 "properties" : {
20122012 "hasCustomFinality" : {
2013- "type" : [" boolean" , " null" ],
2013+ "type" : " boolean" ,
2014+ "nullable" : true ,
20142015 "description" : " Whether custom finality is enabled (derived from minBlockConfirmation > 0). Null if data is unavailable."
20152016 },
20162017 "minBlockConfirmation" : {
2017- "type" : [" integer" , " null" ],
2018+ "type" : " integer" ,
2019+ "nullable" : true ,
20182020 "description" : " Minimum block confirmations required. Null if data is unavailable."
20192021 }
20202022 }
20712073 "description" : " Finality data for a token on a specific chain" ,
20722074 "properties" : {
20732075 "hasCustomFinality" : {
2074- "type" : [" boolean" , " null" ],
2076+ "type" : " boolean" ,
2077+ "nullable" : true ,
20752078 "description" : " Whether custom finality is enabled (derived from minBlockConfirmation > 0). Null if data is unavailable."
20762079 },
20772080 "minBlockConfirmation" : {
2078- "type" : [" integer" , " null" ],
2081+ "type" : " integer" ,
2082+ "nullable" : true ,
20792083 "description" : " Minimum block confirmations required. Null if data is unavailable."
20802084 }
20812085 }
You can’t perform that action at this time.
0 commit comments