File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -347,6 +347,41 @@ EITHER OF
347
347
2) null
348
348
```
349
349
350
+ ### Method ` chainstate_pool_data `
351
+
352
+ Returns the pool data of the pool associated with the given pool address.
353
+
354
+ Returns ` None ` (null) if the pool is not found.
355
+
356
+
357
+ Parameters:
358
+ ```
359
+ { "pool_address": string }
360
+ ```
361
+
362
+ Returns:
363
+ ```
364
+ EITHER OF
365
+ 1) {
366
+ "pledge": {
367
+ "atoms": number string,
368
+ "decimal": decimal string,
369
+ },
370
+ "rewards": {
371
+ "atoms": number string,
372
+ "decimal": decimal string,
373
+ },
374
+ "vrf_public_key": bech32 string,
375
+ "decommission_key": bech32 string,
376
+ "margin_ratio_per_thousand": string,
377
+ "cost_per_block": {
378
+ "atoms": number string,
379
+ "decimal": decimal string,
380
+ },
381
+ }
382
+ 2) null
383
+ ```
384
+
350
385
### Method ` chainstate_delegation_share `
351
386
352
387
Given a pool defined by a pool address, and a delegation address,
You can’t perform that action at this time.
0 commit comments