GetPools returns the list of pools.
()
| 63 | |
| 64 | // GetPools returns the list of pools. |
| 65 | func GetPools() *Pools { |
| 66 | return pi |
| 67 | } |
| 68 | |
| 69 | // Get returns the list for the given address. |
| 70 | func (p *Pools) Get(addr string) (*Pool, error) { |
no outgoing calls
no test coverage detected