(poolID string)
| 574 | } |
| 575 | |
| 576 | func GetEntityForPool(poolID string) (params.ForgeEntity, bool) { |
| 577 | return entityCache.GetEntityForPool(poolID) |
| 578 | } |
| 579 | |
| 580 | func GetPoolByID(poolID string) (params.Pool, bool) { |
| 581 | return entityCache.GetPoolByID(poolID) |