------------------------------------------------ Implements AppConnQuery (subset of abcicli.Client)
| 134 | // Implements AppConnQuery (subset of abcicli.Client) |
| 135 | |
| 136 | type appConnQuery struct { |
| 137 | appConn abcicli.Client |
| 138 | } |
| 139 | |
| 140 | func NewAppConnQuery(appConn abcicli.Client) AppConnQuery { |
| 141 | return &appConnQuery{ |
nothing calls this directly
no outgoing calls
no test coverage detected