(ctx context.Context, hash bytes.HexBytes)
| 80 | BlockResults(ctx context.Context, height *int64) (*coretypes.ResultBlockResults, error) |
| 81 | Header(ctx context.Context, height *int64) (*coretypes.ResultHeader, error) |
| 82 | HeaderByHash(ctx context.Context, hash bytes.HexBytes) (*coretypes.ResultHeader, error) |
| 83 | Commit(ctx context.Context, height *int64) (*coretypes.ResultCommit, error) |
| 84 | Validators(ctx context.Context, height *int64, page, perPage *int) (*coretypes.ResultValidators, error) |
| 85 | Tx(ctx context.Context, hash bytes.HexBytes, prove bool) (*coretypes.ResultTx, error) |
no outgoing calls